]> git.tdb.fi Git - libs/gl.git/blobdiff - source/shader.h
Add mult_matrix functions
[libs/gl.git] / source / shader.h
index 4e02b08464ffbb2dbd00ef24806c7311a7d6c8d5..43d03ce109cd61343099db8c5b9a11df6c27d398 100644 (file)
@@ -25,6 +25,7 @@ class Shader
 {
 public:
        Shader(ShaderType t);
+       Shader(ShaderType t, const std::string &);
        ~Shader();
 
        void source(sizei count, const char **str, const int *len);