]> git.tdb.fi Git - libs/gl.git/blobdiff - source/shader.h
Add overloads of keyframe uniform statements without size suffixes
[libs/gl.git] / source / shader.h
index 961cb6944fb5f553ad3abbdb5af90675ac897230..bab11a7e9603e8bcc32652427b20ade4e7796267 100644 (file)
@@ -52,6 +52,14 @@ public:
        FragmentShader(const std::string &);
 };
 
+
+class GeometryShader: public Shader
+{
+public:
+       GeometryShader();
+       GeometryShader(const std::string &);
+};
+
 } // namespace GL
 } // namespace Msp