GPUParticles: Fix glsl versions.

Only heightmap sim require version 140.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14995 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
vincentlj 2014-01-10 17:42:43 +00:00
parent ba61e2cbe4
commit 80faf282dc
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#version 130
#version 140
uniform int dt;
uniform mat4 sourcematrix;
uniform int level;