mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 17:18:12 -05:00
13 lines
192 B
Text
13 lines
192 B
Text
|
#version 300 es
|
||
|
out lowp vec4 _fragData;
|
||
|
void main ()
|
||
|
{
|
||
|
mediump vec4 c_1;
|
||
|
c_1.zw = vec2(0.0, 0.0);
|
||
|
c_1.xy = vec2(-0.34413, 0.050045);
|
||
|
_fragData = c_1;
|
||
|
}
|
||
|
|
||
|
|
||
|
// stats: 2 alu 0 tex 0 flow
|