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

6 lines
102 B
Text

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