X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=tools%2Fglslcompiler.cpp;fp=tools%2Fglslcompiler.cpp;h=f7bb2de9af1b8b090341d34383e0cde66cb7a204;hp=ee9c2d3ca6ec895574213589db91f09f70f2c447;hb=b23a9af95c65c01d949153fc49e5091aaa7c3d30;hpb=f1e31ee641f0cafdfe2015bff206b9ee2ad85abf diff --git a/tools/glslcompiler.cpp b/tools/glslcompiler.cpp index ee9c2d3c..f7bb2de9 100644 --- a/tools/glslcompiler.cpp +++ b/tools/glslcompiler.cpp @@ -168,7 +168,7 @@ int GlslCompiler::main() { vector stages = compiler.get_stages(); for(vector::const_iterator i=stages.begin(); i!=stages.end(); ++i) - IO::print("%s\n", compiler.get_stage_debug(*i)); + IO::print("%s\n", compiler.get_stage_debug(*i, true)); } IO::Base *out = &IO::cout;