mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2025-01-18 22:18:44 +01:00
8 lines
116 B
GLSL
8 lines
116 B
GLSL
varying mediump vec4 varTexCoord;
|
|
|
|
void main(void)
|
|
{
|
|
varTexCoord = inTexCoord0;
|
|
gl_Position = inVertexPosition;
|
|
}
|