Skip to content

Commit

Permalink
commented out stuff and things
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomok committed Dec 15, 2024
1 parent d05e1a7 commit 00cd45d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CompileShader.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ set FXCEXT=fxc

call :CompileShaderHLSL4 "manipulationsensation" ps ps_main

@rem *** compile premultiplied version
set FXCEXT=premultiplied.%FXCEXT%
: @rem *** compile premultiplied version
: set FXCEXT=premultiplied.%FXCEXT%

call :CompileShaderHLSL4 "manipulationsensation" ps ps_main_pm
: call :CompileShaderHLSL4 "manipulationsensation" ps ps_main_pm

echo .
if %error% == 0 (
Expand Down

0 comments on commit 00cd45d

Please sign in to comment.