X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogram.h;h=53f060d2d99fdf4fd92e55b3fefd4a956c54da2e;hb=e3561c5c4d0b2caf00a0e50ce85c11a9fb62aa72;hp=53daaa76caad73669d09aaab4ba21453e9a3b107;hpb=fc0f53b1981436d39a27884376e852dca5671fda;p=libs%2Fgl.git diff --git a/source/program.h b/source/program.h index 53daaa76..53f060d2 100644 --- a/source/program.h +++ b/source/program.h @@ -31,6 +31,7 @@ public: void attribute(unsigned, const std::string &); void fragment_shader(const std::string &); + void geometry_shader(const std::string &); void standard(); void vertex_shader(const std::string &); };