mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 15:25:40 +00:00
Merge branch 'LinuxCompatabilityFixes' of https://github.com/Bloodknight/Torque3D into development
This commit is contained in:
commit
5e56d8fdfa
14 changed files with 14 additions and 14 deletions
|
|
@ -21,7 +21,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "./../../torque.hlsl"
|
||||
#include "./../postFX.hlsl"
|
||||
#include "./../postFx.hlsl"
|
||||
|
||||
struct VertToPix
|
||||
{
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "../../ShaderModelAutoGen.hlsl"
|
||||
#include "../../shaderModelAutoGen.hlsl"
|
||||
#include "./../postFx.hlsl"
|
||||
|
||||
TORQUE_UNIFORM_SAMPLER2D(occludeMap, 0);
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "../../ShaderModelAutoGen.hlsl"
|
||||
#include "../../shaderModelAutoGen.hlsl"
|
||||
#include "./../postFx.hlsl"
|
||||
|
||||
#define DOSMALL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue