aboutsummaryrefslogtreecommitdiff
path: root/Gem/examples/10.glsl/texture.vert
diff options
context:
space:
mode:
Diffstat (limited to 'Gem/examples/10.glsl/texture.vert')
-rw-r--r--Gem/examples/10.glsl/texture.vert8
1 files changed, 0 insertions, 8 deletions
diff --git a/Gem/examples/10.glsl/texture.vert b/Gem/examples/10.glsl/texture.vert
deleted file mode 100644
index bda9f47..0000000
--- a/Gem/examples/10.glsl/texture.vert
+++ /dev/null
@@ -1,8 +0,0 @@
-// Cyrille Henry 2007
-
-void main()
-{
- gl_TexCoord[0] = gl_MultiTexCoord0;
- gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
-
-}