PostFX.hlsl

This commit is contained in:
Marc Chapman 2018-02-11 14:29:39 +00:00
parent 6a6981b956
commit c7d9b3386a
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "./../../torque.hlsl" #include "./../../torque.hlsl"
#include "./../postFX.hlsl" #include "./../postFx.hlsl"
struct VertToPix struct VertToPix
{ {

View file

@ -21,7 +21,7 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "./../../torque.hlsl" #include "./../../torque.hlsl"
#include "./../postFX.hlsl" #include "./../postFx.hlsl"
struct VertToPix struct VertToPix
{ {