X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogram.h;h=a3fe57bfbece6c409cf7e967191e580a5fd5c5ac;hp=53f060d2d99fdf4fd92e55b3fefd4a956c54da2e;hb=97b8f0d945474582c2213b70418d399e5641f0d5;hpb=e3561c5c4d0b2caf00a0e50ce85c11a9fb62aa72 diff --git a/source/program.h b/source/program.h index 53f060d2..a3fe57bf 100644 --- a/source/program.h +++ b/source/program.h @@ -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 &);