bgfx/3rdparty/glsl-optimizer/tests/fragment/bug-op-parens-out.txt
Branimir Karadzic dee3fe5266 Initial commit.
2012-04-03 20:30:07 -07:00

7 lines
118 B
Text

uniform float otherValue;
uniform float value;
void main ()
{
gl_FragColor = vec4((otherValue / (1.0/(value))));
}