mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 17:18:12 -05:00
8 lines
120 B
Text
8 lines
120 B
Text
varying float xlv_VFACE;
|
|
void main ()
|
|
{
|
|
gl_FragData[0] = vec4(xlv_VFACE);
|
|
}
|
|
|
|
|
|
// inputs: 1, stats: 0 alu 0 tex 0 flow
|