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