X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fprogram.h;fp=source%2Fcore%2Fprogram.h;h=f318c60639012ea66f9da3c43139003cae519202;hp=052236270d4b54b3d0ca2b29ebecc908f8f82ea5;hb=ea7832c7c1ffab00cc1168bc8c41375fdd0eae86;hpb=7f03ee52e8af5f857e44702b6d1c2822a51c62ef diff --git a/source/core/program.h b/source/core/program.h index 05223627..f318c606 100644 --- a/source/core/program.h +++ b/source/core/program.h @@ -126,7 +126,7 @@ public: DEPRECATED const std::vector &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();