Remove gource

This commit is contained in:
Andrew Baker
2021-03-15 09:11:06 -07:00
parent e4f53c1daf
commit 7eeebb66ab
44 changed files with 0 additions and 1625 deletions

View File

@@ -1,10 +0,0 @@
varying vec3 pos;
void main()
{
pos = gl_Vertex.xyz - gl_MultiTexCoord0.yzw;
gl_TexCoord[0] = gl_MultiTexCoord0;
gl_FrontColor = gl_Color;
gl_Position = ftransform();
}