diff options
| author | Konstantin <const@const.me> | 2023-01-22 12:30:54 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-22 12:30:54 +0100 |
| commit | 8fa57f680f002f4f636da687e40e21225f1ee392 (patch) | |
| tree | 15c9ad0828b1bb1d706fba9ab8192715ef30e7de /ComputeShaders/ComputeShaders.vcxproj.filters | |
| parent | cacec67bb649702db7a877de1b6482a46123f175 (diff) | |
GPU performance, optimized away a few shader dispatches
Diffstat (limited to 'ComputeShaders/ComputeShaders.vcxproj.filters')
| -rw-r--r-- | ComputeShaders/ComputeShaders.vcxproj.filters | 1 |
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" /> |
