port from perforce

This commit is contained in:
2026-04-18 22:31:51 +02:00
commit 8d0ab5b7cc
8409 changed files with 3972376 additions and 0 deletions

18
ev12-4k/generic.vs Normal file
View File

@@ -0,0 +1,18 @@
varying vec2 Y,Z;
void main()
{
Y = gl_Color.xy;
Z = (gl_Vertex.xy*vec2(1.7777,1.0))*0.5+0.5;
gl_Position = gl_Vertex;
}
/*varying vec4 v;
varying vec2 m;
void main()
{
v = gl_Color;
m = (gl_Vertex.xy*vec2(1.7777,1.0))*0.5+0.5;
gl_Position = gl_Vertex;
}*/