aboutsummaryrefslogtreecommitdiff
path: root/Gem/examples/10.glsl/link.vert
diff options
context:
space:
mode:
Diffstat (limited to 'Gem/examples/10.glsl/link.vert')
-rw-r--r--Gem/examples/10.glsl/link.vert10
1 files changed, 0 insertions, 10 deletions
diff --git a/Gem/examples/10.glsl/link.vert b/Gem/examples/10.glsl/link.vert
deleted file mode 100644
index fefc366..0000000
--- a/Gem/examples/10.glsl/link.vert
+++ /dev/null
@@ -1,10 +0,0 @@
-varying vec2 coord;
-
-
-void main()
-{
-
- coord = (gl_TextureMatrix[0] * gl_MultiTexCoord0).st;
- gl_Position = ftransform();
-
-}