X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogram.h;h=a3fe57bfbece6c409cf7e967191e580a5fd5c5ac;hp=53f060d2d99fdf4fd92e55b3fefd4a956c54da2e;hb=fa196218c247aba70dd7fb17178fa7474121acec;hpb=96881e56ececfa3f4b0707dc168c687b35d249a0 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 &);