mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 17:18:12 -05:00
7 lines
85 B
Text
7 lines
85 B
Text
|
void main ()
|
||
|
{
|
||
|
gl_FragData[0] = vec4(0.5, 0.5, 0.5, 0.5);
|
||
|
gl_FragDepth = 0.9;
|
||
|
}
|
||
|
|