X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fcompiler.cpp;h=0ad41dfac46c2de102c827e17fa550b421166f3e;hp=91a13f4398ed02af892f4f1db567b216fab5b5fa;hb=8f2713a3f1501e90016bb8069ecd08dde2f90e56;hpb=c6b29fbf9927467b21dca65539a1fa2c98f96e0e diff --git a/source/glsl/compiler.cpp b/source/glsl/compiler.cpp index 91a13f43..0ad41dfa 100644 --- a/source/glsl/compiler.cpp +++ b/source/glsl/compiler.cpp @@ -107,7 +107,7 @@ void Compiler::compile(Mode mode) ++i; } - LocationAllocator().apply(*module); + LocationAllocator().apply(*module, features); for(list::iterator i=module->stages.begin(); i!=module->stages.end(); ++i) finalize(*i, mode);