소스 검색

PostFX.hlsl

Marc Chapman 7 년 전
부모
커밋
c7d9b3386a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Templates/BaseGame/game/core/shaders/postFX/fxaa/fxaaV.hlsl
  2. 1 1
      Templates/Full/game/shaders/common/postFx/fxaa/fxaaV.hlsl

+ 1 - 1
Templates/BaseGame/game/core/shaders/postFX/fxaa/fxaaV.hlsl

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

+ 1 - 1
Templates/Full/game/shaders/common/postFx/fxaa/fxaaV.hlsl

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