X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogram.h;h=a77a70d708102fcf9345e33b80ab273bd97bda9e;hp=5b1ae29f3ed0681b9a4eb930d938a712fecfacdc;hb=85facfb688035b5bbc9a3a87d080582fbf34930b;hpb=fd1b14ee491dfd62881876afe007ac63301b422a 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;