summaryrefslogtreecommitdiff
path: root/build/visual-studio
diff options
context:
space:
mode:
Diffstat (limited to 'build/visual-studio')
-rw-r--r--build/visual-studio/core/core.vcxproj1
-rw-r--r--build/visual-studio/core/core.vcxproj.filters3
-rw-r--r--build/visual-studio/gfx/gfx.vcxproj2
-rw-r--r--build/visual-studio/gfx/gfx.vcxproj.filters6
4 files changed, 12 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" />
diff --git a/build/visual-studio/core/core.vcxproj.filters b/build/visual-studio/core/core.vcxproj.filters
index 99cc6ba6a..3c2a7371d 100644
--- a/build/visual-studio/core/core.vcxproj.filters
+++ b/build/visual-studio/core/core.vcxproj.filters
@@ -156,6 +156,9 @@
<ClInclude Include="..\..\..\source\core\slang-uint-set.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="..\..\..\source\core\slang-virtual-object-pool.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
<ClInclude Include="..\..\..\source\core\slang-visual-studio-compiler-util.h">
<Filter>Header Files</Filter>
</ClInclude>
diff --git a/build/visual-studio/gfx/gfx.vcxproj b/build/visual-studio/gfx/gfx.vcxproj
index 91c6a9441..0968e8c6c 100644
--- a/build/visual-studio/gfx/gfx.vcxproj
+++ b/build/visual-studio/gfx/gfx.vcxproj
@@ -196,6 +196,7 @@
<ClInclude Include="..\..\..\tools\gfx\slang-context.h" />
<ClInclude Include="..\..\..\tools\gfx\vulkan\render-vk.h" />
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-api.h" />
+ <ClInclude Include="..\..\..\tools\gfx\vulkan\vk-descriptor-allocator.h" />
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-device-queue.h" />
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-module.h" />
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-swap-chain.h" />
@@ -217,6 +218,7 @@
<ClCompile Include="..\..\..\tools\gfx\renderer-shared.cpp" />
<ClCompile Include="..\..\..\tools\gfx\vulkan\render-vk.cpp" />
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-api.cpp" />
+ <ClCompile Include="..\..\..\tools\gfx\vulkan\vk-descriptor-allocator.cpp" />
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-device-queue.cpp" />
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-module.cpp" />
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-swap-chain.cpp" />
diff --git a/build/visual-studio/gfx/gfx.vcxproj.filters b/build/visual-studio/gfx/gfx.vcxproj.filters
index cf800961a..1dc6581d6 100644
--- a/build/visual-studio/gfx/gfx.vcxproj.filters
+++ b/build/visual-studio/gfx/gfx.vcxproj.filters
@@ -60,6 +60,9 @@
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-api.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="..\..\..\tools\gfx\vulkan\vk-descriptor-allocator.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-device-queue.h">
<Filter>Header Files</Filter>
</ClInclude>
@@ -119,6 +122,9 @@
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-api.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\tools\gfx\vulkan\vk-descriptor-allocator.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-device-queue.cpp">
<Filter>Source Files</Filter>
</ClCompile>