Skip to content

Commit 64fab75

Browse files
authored
Merge pull request #1659 from rextimmy/linux_vizshader_fixes
Linux vix shader fixes
2 parents 6dec090 + 59f1c33 commit 64fab75

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

Templates/Empty/game/shaders/common/lighting/advanced/gl/dbgColorBufferP.glsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
#include "../../../gl/hlslCompat.glsl"
2424
#include "shadergen:/autogenConditioners.h"
25-
#include "../../../postfx/gl/postFx.glsl"
2625

2726
uniform sampler2D colorBufferTex;
2827

Templates/Empty/game/shaders/common/lighting/advanced/gl/dbgSpecMapVisualizeP.glsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
//-----------------------------------------------------------------------------
2222
#include "../../../gl/hlslCompat.glsl"
2323
#include "shadergen:/autogenConditioners.h"
24-
#include "../../../postfx/gl/postFx.glsl"
2524

2625
uniform sampler2D matinfoTex;
2726

Templates/Full/game/shaders/common/lighting/advanced/gl/dbgColorBufferP.glsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
#include "../../../gl/hlslCompat.glsl"
2424
#include "shadergen:/autogenConditioners.h"
25-
#include "../../../postfx/gl/postFx.glsl"
2625

2726
uniform sampler2D colorBufferTex;
2827

Templates/Full/game/shaders/common/lighting/advanced/gl/dbgSpecMapVisualizeP.glsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
//-----------------------------------------------------------------------------
2222
#include "../../../gl/hlslCompat.glsl"
2323
#include "shadergen:/autogenConditioners.h"
24-
#include "../../../postfx/gl/postFx.glsl"
2524

2625
uniform sampler2D matinfoTex;
2726

0 commit comments

Comments
 (0)