mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
fix for broken caustics reference
This commit is contained in:
parent
7bba3ee2de
commit
7f4bfad10a
|
|
@ -38,7 +38,7 @@ singleton ShaderData( PFX_CausticsShader )
|
|||
DXVertexShaderFile = "shaders/common/postFx/postFxV.hlsl";
|
||||
DXPixelShaderFile = "shaders/common/postFx/caustics/causticsP.hlsl";
|
||||
|
||||
OGLVertexShaderFile = "shaders/common/postFx/gl//postFxV.glsl";
|
||||
OGLVertexShaderFile = "shaders/common/postFx/gl/postFxV.glsl";
|
||||
OGLPixelShaderFile = "shaders/common/postFx/caustics/gl/causticsP.glsl";
|
||||
|
||||
samplerNames[0] = "$prepassTex";
|
||||
|
|
|
|||
Loading…
Reference in a new issue