mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
SkyLight sampler def fix
This commit is contained in:
parent
6e17475f86
commit
bb2db321ab
1 changed files with 3 additions and 3 deletions
|
|
@ -397,9 +397,9 @@ new ShaderData( SkyLightShader )
|
|||
samplerNames[0] = "$deferredBuffer";
|
||||
samplerNames[1] = "$matInfoBuffer";
|
||||
samplerNames[2] = "$colorBuffer";
|
||||
samplerNames[2] = "$cubeMap";
|
||||
samplerNames[3] = "$irradianceCubemap";
|
||||
samplerNames[4] = "$BRDFTexture";
|
||||
samplerNames[3] = "$cubeMap";
|
||||
samplerNames[4] = "$irradianceCubemap";
|
||||
samplerNames[5] = "$BRDFTexture";
|
||||
|
||||
pixVersion = 3.0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue