changeset 7129 | 0ce4f478ea6c |
child 7138 | f8248bcba8f1 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/share/hedgewars/Data/Shaders/default.vs Fri May 25 09:00:54 2012 +0200 @@ -0,0 +1,10 @@ +// !!!just testing!!! +// This is not GLSL 1.3+ compatible, as its using the compatibility profile! +varying vec4 tint; + +void main() +{ + gl_Position = ftransform(); + gl_TexCoord[0] = gl_MultiTexCoord0; + tint = gl_Color; +}