mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
fix for broken caustics reference
This commit is contained in:
parent
7bba3ee2de
commit
7f4bfad10a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue