bgfx/3rdparty/glsl-optimizer/tests/fragment/small-float-in.txt

7 lines
84 B
Text
Raw Normal View History

2012-10-07 23:41:18 -04:00
uniform float inFloat;
void main()
{
gl_FragColor = vec4(inFloat * 4.36e-6);
}