summaryrefslogtreecommitdiff
path: root/build/visual-studio/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'build/visual-studio/gfx')
-rw-r--r--build/visual-studio/gfx/gfx.vcxproj2
-rw-r--r--build/visual-studio/gfx/gfx.vcxproj.filters6
2 files changed, 8 insertions, 0 deletions
diff --git a/build/visual-studio/gfx/gfx.vcxproj b/build/visual-studio/gfx/gfx.vcxproj
index ac51b4fb2..f761631f0 100644
--- a/build/visual-studio/gfx/gfx.vcxproj
+++ b/build/visual-studio/gfx/gfx.vcxproj
@@ -435,6 +435,7 @@ IF EXIST "$(SolutionDir)tools\gfx\slang.slang"\ (xcopy /Q /E /Y /I "$(SolutionDi
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-framebuffer.h" />
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-helper-functions.h" />
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-module.h" />
+ <ClInclude Include="..\..\..\tools\gfx\vulkan\vk-pipeline-dump-layer.h" />
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-pipeline-state.h" />
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-query.h" />
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-render-pass.h" />
@@ -543,6 +544,7 @@ IF EXIST "$(SolutionDir)tools\gfx\slang.slang"\ (xcopy /Q /E /Y /I "$(SolutionDi
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-framebuffer.cpp" />
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-helper-functions.cpp" />
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-module.cpp" />
+ <ClCompile Include="..\..\..\tools\gfx\vulkan\vk-pipeline-dump-layer.cpp" />
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-pipeline-state.cpp" />
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-query.cpp" />
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-render-pass.cpp" />
diff --git a/build/visual-studio/gfx/gfx.vcxproj.filters b/build/visual-studio/gfx/gfx.vcxproj.filters
index 97b3f6f19..ad0ef3c35 100644
--- a/build/visual-studio/gfx/gfx.vcxproj.filters
+++ b/build/visual-studio/gfx/gfx.vcxproj.filters
@@ -372,6 +372,9 @@
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-module.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="..\..\..\tools\gfx\vulkan\vk-pipeline-dump-layer.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
<ClInclude Include="..\..\..\tools\gfx\vulkan\vk-pipeline-state.h">
<Filter>Header Files</Filter>
</ClInclude>
@@ -692,6 +695,9 @@
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-module.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\tools\gfx\vulkan\vk-pipeline-dump-layer.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\tools\gfx\vulkan\vk-pipeline-state.cpp">
<Filter>Source Files</Filter>
</ClCompile>