mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 17:18:12 -05:00
9 lines
135 B
Text
9 lines
135 B
Text
void main ()
|
|
{
|
|
gl_FragData[0] = gl_Color;
|
|
}
|
|
|
|
|
|
// stats: 0 alu 0 tex 0 flow
|
|
// inputs: 1
|
|
// #0: gl_Color (high float) 4x1 [-1] loc 1
|