mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 01:00:51 +00:00
Rename vk_tracelayer to vk_layer - RenderDoc doesn't do tracing
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
<ClCompile Include="vk_initstate.cpp" />
|
||||
<ClCompile Include="vk_memory.cpp" />
|
||||
<ClCompile Include="vk_state.cpp" />
|
||||
<ClCompile Include="vk_tracelayer.cpp" />
|
||||
<ClCompile Include="vk_tracelayer_android.cpp">
|
||||
<ClCompile Include="vk_layer.cpp" />
|
||||
<ClCompile Include="vk_layer_android.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="vk_common.cpp" />
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<ClCompile Include="vk_dispatchtables.cpp">
|
||||
<Filter>Layer</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="vk_tracelayer.cpp">
|
||||
<ClCompile Include="vk_layer.cpp">
|
||||
<Filter>Layer</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="vk_manager.cpp">
|
||||
@@ -88,7 +88,7 @@
|
||||
<ClCompile Include="vk_linux.cpp">
|
||||
<Filter>OS\Posix</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="vk_tracelayer_android.cpp">
|
||||
<ClCompile Include="vk_layer_android.cpp">
|
||||
<Filter>OS\Posix</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="vk_apple.cpp">
|
||||
|
||||
Reference in New Issue
Block a user