mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
* [GLSL] BugFix: Correct invalid relative include paths in lightRayOcclude.glsl.
This commit is contained in:
parent
479f943cfd
commit
0b24c728ea
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@
|
|||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "../../../gl/hlslCompat.glsl"
|
||||
#include "../../../rendering/shaders/gl/hlslCompat.glsl"
|
||||
#include "shadergen:/autogenConditioners.h"
|
||||
#include "../../gl/postFx.glsl"
|
||||
#include "../../../rendering/shaders/postFX/gl/postFx.glsl"
|
||||
|
||||
uniform sampler2D backBuffer; // The original backbuffer.
|
||||
uniform sampler2D deferredTex; // The pre-pass depth and normals.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue