bgfx/3rdparty/glsl-optimizer/tests/fragment/array-constconst-out.txt
2015-04-02 23:30:48 -07:00

10 lines
152 B
Text

void main ()
{
vec4 c_1;
c_1.zw = vec2(0.0, 0.0);
c_1.xy = vec2(-0.3441301, 0.05004501);
gl_FragData[0] = c_1;
}
// stats: 2 alu 0 tex 0 flow