1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

Remove unused uniforms

This commit is contained in:
scrawl 2016-06-17 00:20:53 +02:00
parent 3ce63c3f6e
commit bc04989448
2 changed files with 0 additions and 8 deletions

View File

@ -54,10 +54,6 @@ varying vec4 passColor;
varying vec3 passViewPos;
varying vec3 passNormal;
#if @parallax
uniform mat4 osg_ViewMatrixInverse;
#endif
#include "lighting.glsl"
#include "parallax.glsl"

View File

@ -24,10 +24,6 @@ varying vec4 passColor;
varying vec3 passViewPos;
varying vec3 passNormal;
#if @parallax
uniform mat4 osg_ViewMatrixInverse;
#endif
#include "lighting.glsl"
#include "parallax.glsl"