X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogram.h;h=a77a70d708102fcf9345e33b80ab273bd97bda9e;hb=85facfb688035b5bbc9a3a87d080582fbf34930b;hp=5b1ae29f3ed0681b9a4eb930d938a712fecfacdc;hpb=48420e9e3f950cfe1e3ced8f8ea92d89671ae8c4;p=libs%2Fgl.git diff --git a/source/program.h b/source/program.h index 5b1ae29f..a77a70d7 100644 --- a/source/program.h +++ b/source/program.h @@ -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;