mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
7 lines
164 B
Text
7 lines
164 B
Text
void main ()
|
|
{
|
|
float tmpvar_1;
|
|
tmpvar_1 = sqrt(gl_Vertex.x);
|
|
gl_Position = vec4((((gl_Vertex.x + tmpvar_1) + (gl_Vertex.x * tmpvar_1)) + sqrt(tmpvar_1)));
|
|
}
|
|
|