aboutsummaryrefslogtreecommitdiff
path: root/packages/noncvs/windows/extra/Gem/examples/10.glsl/multitexture_rect.frag
diff options
context:
space:
mode:
Diffstat (limited to 'packages/noncvs/windows/extra/Gem/examples/10.glsl/multitexture_rect.frag')
-rw-r--r--packages/noncvs/windows/extra/Gem/examples/10.glsl/multitexture_rect.frag30
1 files changed, 15 insertions, 15 deletions
diff --git a/packages/noncvs/windows/extra/Gem/examples/10.glsl/multitexture_rect.frag b/packages/noncvs/windows/extra/Gem/examples/10.glsl/multitexture_rect.frag
index 3eb9b2b4..a46f5050 100644
--- a/packages/noncvs/windows/extra/Gem/examples/10.glsl/multitexture_rect.frag
+++ b/packages/noncvs/windows/extra/Gem/examples/10.glsl/multitexture_rect.frag
@@ -1,15 +1,15 @@
-#extension GL_ARB_texture_rectangle : enable
-
-uniform sampler2DRect MyTex;
-uniform sampler2DRect MyTex1;
-
-varying vec2 texcoord1;
-varying vec2 texcoord2;
-
-void main (void)
-{
- vec4 color = texture2DRect(MyTex, texcoord1);
- vec4 color2 = texture2DRect(MyTex1, texcoord1); // texcoord2 does not work.
- gl_FragColor = (color + color2) / 2.;
-}
-
+#extension GL_ARB_texture_rectangle : enable
+
+uniform sampler2DRect MyTex;
+uniform sampler2DRect MyTex1;
+
+varying vec2 texcoord1;
+varying vec2 texcoord2;
+
+void main (void)
+{
+ vec4 color = texture2DRect(MyTex, texcoord1);
+ vec4 color2 = texture2DRect(MyTex1, texcoord1); // texcoord2 does not work.
+ gl_FragColor = (color + color2) / 2.;
+}
+