X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogram.h;h=53daaa76caad73669d09aaab4ba21453e9a3b107;hb=9afdf8a0813de5c4d5277b0ccbfe86051af5624e;hp=4feb862d29483cf99359e52750d671726e1175ef;hpb=5ae4b0008b25072b5716f0cb585133315625a661;p=libs%2Fgl.git diff --git a/source/program.h b/source/program.h index 4feb862d..53daaa76 100644 --- a/source/program.h +++ b/source/program.h @@ -90,7 +90,7 @@ public: void attach_shader(Shader &shader); void attach_shader_owned(Shader *shader); void detach_shader(Shader &shader); - const ShaderList &get_shaders() const { return shaders; } + const ShaderList &get_attached_shaders() const { return shaders; } void bind_attribute(unsigned, const std::string &); void bind_attribute(VertexComponent, const std::string &);