]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/program.h
Rename VertexComponent to VertexAttribute
[libs/gl.git] / source / core / program.h
index 052236270d4b54b3d0ca2b29ebecc908f8f82ea5..f318c60639012ea66f9da3c43139003cae519202 100644 (file)
@@ -126,7 +126,7 @@ public:
        DEPRECATED const std::vector<Shader *> &get_attached_shaders() const;
 
        DEPRECATED void bind_attribute(unsigned, const std::string &);
-       DEPRECATED void bind_attribute(VertexComponent, const std::string &);
+       DEPRECATED void bind_attribute(VertexAttribute, const std::string &);
        DEPRECATED void bind_fragment_data(unsigned, const std::string &);
 
        void link();