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

9 lines
122 B
Text

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