summaryrefslogtreecommitdiffstats
path: root/ComputeShaders/ComputeShaders.vcxproj.filters
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.filters
parentcacec67bb649702db7a877de1b6482a46123f175 (diff)
GPU performance, optimized away a few shader dispatches
Diffstat (limited to 'ComputeShaders/ComputeShaders.vcxproj.filters')
-rw-r--r--ComputeShaders/ComputeShaders.vcxproj.filters1
1 files changed, 1 insertions, 0 deletions
diff --git a/ComputeShaders/ComputeShaders.vcxproj.filters b/ComputeShaders/ComputeShaders.vcxproj.filters
index 12f1559..b827710 100644
--- a/ComputeShaders/ComputeShaders.vcxproj.filters
+++ b/ComputeShaders/ComputeShaders.vcxproj.filters
@@ -50,6 +50,7 @@
<FxCompile Include="mulMatTiledEx.hlsl" />
<FxCompile Include="matReshapePanels.hlsl" />
<FxCompile Include="mulMatByRowTiledEx.hlsl" />
+ <FxCompile Include="addRepeatEx.hlsl" />
</ItemGroup>
<ItemGroup>
<None Include="componentwiseBinaryOp.hlsli" />