summaryrefslogtreecommitdiffstats
path: root/ComputeShaders/ComputeShaders.vcxproj
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-01-22 12:30:54 +0100
committerKonstantin <const@const.me>2023-01-22 12:30:54 +0100
commit8fa57f680f002f4f636da687e40e21225f1ee392 (patch)
tree15c9ad0828b1bb1d706fba9ab8192715ef30e7de /ComputeShaders/ComputeShaders.vcxproj
parentcacec67bb649702db7a877de1b6482a46123f175 (diff)
GPU performance, optimized away a few shader dispatches
Diffstat (limited to 'ComputeShaders/ComputeShaders.vcxproj')
-rw-r--r--ComputeShaders/ComputeShaders.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/ComputeShaders/ComputeShaders.vcxproj b/ComputeShaders/ComputeShaders.vcxproj
index 350d266..1d9343d 100644
--- a/ComputeShaders/ComputeShaders.vcxproj
+++ b/ComputeShaders/ComputeShaders.vcxproj
@@ -160,6 +160,7 @@
<FxCompile Include="addInPlace.hlsl" />
<FxCompile Include="addRepeat.hlsl" />
<FxCompile Include="addRepeat64.hlsl" />
+ <FxCompile Include="addRepeatEx.hlsl" />
<FxCompile Include="addRepeatGelu.hlsl" />
<FxCompile Include="addRepeatGelu64.hlsl" />
<FxCompile Include="addRepeatScale.hlsl" />