mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 17:18:12 -05:00
8 lines
167 B
Text
8 lines
167 B
Text
void main ()
|
|
{
|
|
gl_FragData[0] = vec4(1.0, 1e+07, 1e-06, 1.5);
|
|
gl_FragData[1] = vec4((1.0/0.0), (-1.0/0.0), (0.0/0.0), (0.0/0.0));
|
|
}
|
|
|
|
|
|
// stats: 2 alu 0 tex 0 flow
|