]> git.tdb.fi Git - libs/gl.git/blobdiff - source/program.h
Make Animation::Iterator assignable
[libs/gl.git] / source / program.h
index 53f060d2d99fdf4fd92e55b3fefd4a956c54da2e..a3fe57bfbece6c409cf7e967191e580a5fd5c5ac 100644 (file)
@@ -80,6 +80,9 @@ public:
        /// Constructs a Program with standard features.
        Program(const ProgramBuilder::StandardFeatures &);
 
+       /// Constructs a Program from unified source code using ProgramCompiler.
+       Program(const std::string &);
+
        /// Constructs a Program from vertex and fragment shader source code.
        Program(const std::string &, const std::string &);