bgfx/3rdparty/glsl-optimizer/tests/fragment/opt-copyprop-struct-out.txt

7 lines
71 B
Text
Raw Normal View History

2012-04-03 23:30:07 -04:00
varying float var;
void main ()
{
gl_FragColor = vec4(abs (var));
}