mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2025-12-15 19:15:32 +01:00
Initial commit
This commit is contained in:
7
client/shaders/3d_interlaced_merge/opengl_vertex.glsl
Normal file
7
client/shaders/3d_interlaced_merge/opengl_vertex.glsl
Normal file
@@ -0,0 +1,7 @@
|
||||
varying mediump vec4 varTexCoord;
|
||||
|
||||
void main(void)
|
||||
{
|
||||
varTexCoord = inTexCoord0;
|
||||
gl_Position = inVertexPosition;
|
||||
}
|
||||
Reference in New Issue
Block a user