aboutsummaryrefslogtreecommitdiff
path: root/packages/noncvs/windows/extra/Gem/examples/10.glsl/P_distord.frag
diff options
context:
space:
mode:
Diffstat (limited to 'packages/noncvs/windows/extra/Gem/examples/10.glsl/P_distord.frag')
-rw-r--r--packages/noncvs/windows/extra/Gem/examples/10.glsl/P_distord.frag38
1 files changed, 19 insertions, 19 deletions
diff --git a/packages/noncvs/windows/extra/Gem/examples/10.glsl/P_distord.frag b/packages/noncvs/windows/extra/Gem/examples/10.glsl/P_distord.frag
index 5460d6ce..10ac6b14 100644
--- a/packages/noncvs/windows/extra/Gem/examples/10.glsl/P_distord.frag
+++ b/packages/noncvs/windows/extra/Gem/examples/10.glsl/P_distord.frag
@@ -1,19 +1,19 @@
-// Cyrille Henry 2007
-
-uniform sampler2D tex0;
-
-void main()
-{
- vec2 C = (gl_TextureMatrix[0] * gl_TexCoord[0]).st;
- gl_FragColor = texture2D(tex0, C ) ;
-}
-
-
-
-
-
-
-
-
-
-
+// Cyrille Henry 2007
+
+uniform sampler2D tex0;
+
+void main()
+{
+ vec2 C = (gl_TextureMatrix[0] * gl_TexCoord[0]).st;
+ gl_FragColor = texture2D(tex0, C ) ;
+}
+
+
+
+
+
+
+
+
+
+