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