]> git.tdb.fi Git - libs/gl.git/blobdiff - source/resources.h
Integrate ProgramCompiler with Program and Resources
[libs/gl.git] / source / resources.h
index e939f7cef8b9b9238fb3c2c28350c9e391832d04..1f3880aa431c86f69e278a07e951b9423a3273f4 100644 (file)
@@ -8,6 +8,7 @@ namespace Msp {
 namespace GL {
 
 class Mesh;
+class Program;
 class ResourceManager;
 class Texture2D;
 
@@ -38,6 +39,7 @@ public:
 protected:
        Mesh *create_mesh(const std::string &);
        Texture2D *create_texture2d(const std::string &);
+       Program *create_program(const std::string &);
 };
 
 } // namespace GL