diff options
| author | Yong He <yonghe@outlook.com> | 2020-10-22 23:44:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-22 23:44:11 -0700 |
| commit | 6d1fe29cdcbca18d559e302d6427a504d1762173 (patch) | |
| tree | c4f2539c4ad926f3a71ee4af5e13e28e3f7b9606 /source/slang/slang.vcxproj | |
| parent | 10e1bae34733f1cdb5abc001666b1aafa1c1f406 (diff) | |
Generate `if` based dispatch logic on GPU targets. (#1585)
Diffstat (limited to 'source/slang/slang.vcxproj')
| -rw-r--r-- | source/slang/slang.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index bb4293b8f..a09282a4a 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -258,6 +258,7 @@ <ClInclude Include="slang-ir-restructure.h" /> <ClInclude Include="slang-ir-sccp.h" /> <ClInclude Include="slang-ir-specialize-arrays.h" /> + <ClInclude Include="slang-ir-specialize-dispatch.h" /> <ClInclude Include="slang-ir-specialize-function-call.h" /> <ClInclude Include="slang-ir-specialize-resources.h" /> <ClInclude Include="slang-ir-specialize.h" /> @@ -390,6 +391,7 @@ <ClCompile Include="slang-ir-restructure.cpp" /> <ClCompile Include="slang-ir-sccp.cpp" /> <ClCompile Include="slang-ir-specialize-arrays.cpp" /> + <ClCompile Include="slang-ir-specialize-dispatch.cpp" /> <ClCompile Include="slang-ir-specialize-function-call.cpp" /> <ClCompile Include="slang-ir-specialize-resources.cpp" /> <ClCompile Include="slang-ir-specialize.cpp" /> @@ -453,4 +455,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project>
\ No newline at end of file |
