GPUParticles: bump shaders version to 140 to enable texture buffer support.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14971 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
vincentlj 2014-01-08 19:09:04 +00:00
parent 35ed664a8e
commit 53e32a9848
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#version 130
#version 140
uniform sampler2D texture;
uniform sampler2D normals_and_depth;
uniform mat4 invproj;

View File

@ -1,4 +1,4 @@
#version 130
#version 140
uniform mat4 ProjectionMatrix;
uniform mat4 ViewMatrix;
uniform float track_x;