]> git.cworth.org Git - apitrace/commit
glsl edit: grep multiline error/warning messages
authorgregory <gregory.hainaut@gmail.com>
Fri, 6 Jul 2012 19:48:59 +0000 (21:48 +0200)
committergregory <gregory.hainaut@gmail.com>
Fri, 6 Jul 2012 21:10:38 +0000 (23:10 +0200)
commitf2329b671e784c326b8268186101f965be72202b
tree9c9204561adc66a11c5f5081d44df5fd82207793
parentc65f6ddf6e16d18b117f541cbc8ac291c5db16eb
glsl edit: grep multiline error/warning messages

Useful for GL shader errors which spawn multiple lines error message like that:
    >> 2135: warning: Vertex shader failed to compile with the following errors:
    >> ERROR: 1:1: error(#132) Syntax error: 'sdfsafasf' parse error
    >> ERROR: error(#273) 1 compilation errors.  No code generated
gui/retracer.cpp