mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +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[0] = "$deferredBuffer";
|
||||||
samplerNames[1] = "$matInfoBuffer";
|
samplerNames[1] = "$matInfoBuffer";
|
||||||
samplerNames[2] = "$colorBuffer";
|
samplerNames[2] = "$colorBuffer";
|
||||||
samplerNames[2] = "$cubeMap";
|
samplerNames[3] = "$cubeMap";
|
||||||
samplerNames[3] = "$irradianceCubemap";
|
samplerNames[4] = "$irradianceCubemap";
|
||||||
samplerNames[4] = "$BRDFTexture";
|
samplerNames[5] = "$BRDFTexture";
|
||||||
|
|
||||||
pixVersion = 3.0;
|
pixVersion = 3.0;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue