mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 17:18:12 -05:00
10 lines
183 B
Text
10 lines
183 B
Text
void main ()
|
|
{
|
|
vec4 res_1;
|
|
res_1.xyz = ((gl_TexCoord[0].xyz * vec3(0.5, 0.5, -0.5)) + 0.5);
|
|
res_1.w = 0.0;
|
|
gl_FragData[0] = res_1;
|
|
}
|
|
|
|
|
|
// inputs: 1, stats: 3 alu 0 tex 0 flow
|