X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tools%2Fglslcompiler.cpp;fp=tools%2Fglslcompiler.cpp;h=c6fe8bcd6673032424cc2c93e80f7b777be557bc;hb=1401e69c17d06034af53f6e55e735be065b75c7b;hp=5d8362d4289a6f9f1bdd5c78eb2b64c3704a64db;hpb=8f2713a3f1501e90016bb8069ecd08dde2f90e56;p=libs%2Fgl.git diff --git a/tools/glslcompiler.cpp b/tools/glslcompiler.cpp index 5d8362d4..c6fe8bcd 100644 --- a/tools/glslcompiler.cpp +++ b/tools/glslcompiler.cpp @@ -83,7 +83,7 @@ GlslCompiler::GlslCompiler(int argc, char **argv): int GlslCompiler::main() { - GL::SL::Compiler compiler(GL::SL::Features::all()); + GL::SL::Compiler compiler(GL::SL::Features::latest()); IO::File file(source_fn); compiler.load_source(file, source_fn); if(compile_mode==GL::SL::Compiler::PROGRAM)