From c823b2bf3165990a556d50990adf4da5cee95593 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 2 Nov 2012 15:36:19 +0000 Subject: commit Gem 0.93.3 from http://gem.iem.at/releases/0.93.3/Gem-0.93.3-W32-i686.zip svn path=/trunk/; revision=16521 --- .../windows/extra/Gem/examples/10.glsl/texture.vert | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'packages/noncvs/windows/extra/Gem/examples/10.glsl/texture.vert') diff --git a/packages/noncvs/windows/extra/Gem/examples/10.glsl/texture.vert b/packages/noncvs/windows/extra/Gem/examples/10.glsl/texture.vert index bda9f47a..fb6d223a 100644 --- a/packages/noncvs/windows/extra/Gem/examples/10.glsl/texture.vert +++ b/packages/noncvs/windows/extra/Gem/examples/10.glsl/texture.vert @@ -1,8 +1,8 @@ -// Cyrille Henry 2007 - -void main() -{ - gl_TexCoord[0] = gl_MultiTexCoord0; - gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; - -} +// Cyrille Henry 2007 + +void main() +{ + gl_TexCoord[0] = gl_MultiTexCoord0; + gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; + +} -- cgit v1.2.1