bgfx/3rdparty/glsl-optimizer/tests/fragment/bug-op-parens-out.txt

10 lines
159 B
Text
Raw Normal View History

2012-04-03 23:30:07 -04:00
uniform float value;
2014-02-11 02:06:13 -05:00
uniform float otherValue;
2012-04-03 23:30:07 -04:00
void main ()
{
gl_FragColor = vec4((otherValue / (1.0/(value))));
}
2014-02-11 02:06:13 -05:00
// inputs: 0, stats: 2 alu 0 tex 0 flow