mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 17:18:12 -05:00
10 lines
148 B
Text
10 lines
148 B
Text
void main ()
|
|
{
|
|
vec4 c_1;
|
|
c_1.zw = vec2(0.0, 0.0);
|
|
c_1.xy = vec2(-0.34413, 0.050045);
|
|
gl_FragData[0] = c_1;
|
|
}
|
|
|
|
|
|
// stats: 2 alu 0 tex 0 flow
|