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:
parent
ba61e2cbe4
commit
80faf282dc
@ -1,4 +1,4 @@
|
|||||||
#version 140
|
#version 130
|
||||||
uniform mat4 ProjectionMatrix;
|
uniform mat4 ProjectionMatrix;
|
||||||
uniform mat4 ViewMatrix;
|
uniform mat4 ViewMatrix;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#version 140
|
#version 130
|
||||||
uniform sampler2D texture;
|
uniform sampler2D texture;
|
||||||
uniform sampler2D normals_and_depth;
|
uniform sampler2D normals_and_depth;
|
||||||
uniform mat4 invproj;
|
uniform mat4 invproj;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#version 140
|
#version 130
|
||||||
uniform mat4 ProjectionMatrix;
|
uniform mat4 ProjectionMatrix;
|
||||||
uniform mat4 ViewMatrix;
|
uniform mat4 ViewMatrix;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#version 130
|
#version 140
|
||||||
uniform int dt;
|
uniform int dt;
|
||||||
uniform mat4 sourcematrix;
|
uniform mat4 sourcematrix;
|
||||||
uniform int level;
|
uniform int level;
|
||||||
|
Loading…
Reference in New Issue
Block a user