bgfx/3rdparty/glsl-optimizer/tests/fragment/opt-vec-var-index-out.txt
Branimir Karadzic dee3fe5266 Initial commit.
2012-04-03 20:30:07 -07:00

8 lines
126 B
Text

void main ()
{
vec4 tmpvar_1;
tmpvar_1.zw = vec2(0.0, 0.0);
tmpvar_1.xy = vec2(0.0, 0.0);
gl_FragColor = tmpvar_1;
}