mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix location of khrplatform.h in demos VS project
This commit is contained in:
@@ -201,6 +201,7 @@
|
||||
<ClCompile Include="win32\win32_window.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="3rdparty\glad\khrplatform.h" />
|
||||
<ClInclude Include="3rdparty\VulkanMemoryAllocator\vk_mem_alloc.h" />
|
||||
<ClInclude Include="d3d11\d3d11_helpers.h" />
|
||||
<ClInclude Include="d3d11\d3d11_test.h" />
|
||||
@@ -236,7 +237,6 @@
|
||||
<ClInclude Include="3rdparty\glad\glad_egl.h" />
|
||||
<ClInclude Include="3rdparty\glad\glad_glx.h" />
|
||||
<ClInclude Include="3rdparty\glad\glad_wgl.h" />
|
||||
<ClInclude Include="gl\official\khrplatform.h" />
|
||||
<ClInclude Include="gl\gl_test.h" />
|
||||
<ClInclude Include="linux\linux_platform.h">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
|
||||
@@ -425,7 +425,7 @@
|
||||
<ClInclude Include="3rdparty\shaderc\shaderc.h">
|
||||
<Filter>3rdparty\shaderc</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="gl\official\khrplatform.h">
|
||||
<ClInclude Include="3rdparty\glad\khrplatform.h">
|
||||
<Filter>3rdparty\glad</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="3rdparty\glad\glad.h">
|
||||
|
||||
Reference in New Issue
Block a user