]> git.tdb.fi Git - libs/gl.git/blobdiff - source/program.h
Move VertexFormat and VertexArrayBuilder to their own files
[libs/gl.git] / source / program.h
index 5b1ae29f3ed0681b9a4eb930d938a712fecfacdc..a77a70d708102fcf9345e33b80ab273bd97bda9e 100644 (file)
@@ -27,6 +27,7 @@ public:
 
        void attach_shader(Shader &shader);
        void detach_shader(Shader &shader);
+       void bind_attribute(int, const std::string &);
        bool link();
        int get_param(GLenum param) const;
        std::string get_info_log() const;