X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fcompiler.cpp;h=0ad41dfac46c2de102c827e17fa550b421166f3e;hb=3c8ce91bc0434b3a25eb919fc490c6ff8a8ed67e;hp=91a13f4398ed02af892f4f1db567b216fab5b5fa;hpb=c6b29fbf9927467b21dca65539a1fa2c98f96e0e;p=libs%2Fgl.git 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);