summaryrefslogtreecommitdiff
path: root/build/visual-studio/core/core.vcxproj
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-02-24 15:43:43 -0800
committerGitHub <noreply@github.com>2021-02-24 15:43:43 -0800
commit9b7a007c31072bc9aebd1134aa4f1bfd28a4c541 (patch)
treeb71a48eb30b3b09ab4e77e40dc1c68ecd854ef82 /build/visual-studio/core/core.vcxproj
parentd66b30729029bdb43892e05c9c80fd56ac95a24f (diff)
Explicit swapchain interface in `gfx`. (#1726)
* Explicit swapchain interface in `gfx`. * Correctly return nullptr when `IRenderer` creation failed. * Fix crashes on CUDA tests. * Cleanups.
Diffstat (limited to 'build/visual-studio/core/core.vcxproj')
-rw-r--r--build/visual-studio/core/core.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/visual-studio/core/core.vcxproj b/build/visual-studio/core/core.vcxproj
index 2bf02ecdd..01a7e3eb2 100644
--- a/build/visual-studio/core/core.vcxproj
+++ b/build/visual-studio/core/core.vcxproj
@@ -219,6 +219,7 @@
<ClInclude Include="..\..\..\source\core\slang-type-text-util.h" />
<ClInclude Include="..\..\..\source\core\slang-type-traits.h" />
<ClInclude Include="..\..\..\source\core\slang-uint-set.h" />
+ <ClInclude Include="..\..\..\source\core\slang-virtual-object-pool.h" />
<ClInclude Include="..\..\..\source\core\slang-visual-studio-compiler-util.h" />
<ClInclude Include="..\..\..\source\core\slang-writer.h" />
<ClInclude Include="..\..\..\source\core\slang-zip-file-system.h" />