Add some missing filters categorisation for files

This commit is contained in:
baldurk
2020-07-30 15:34:57 +01:00
parent 50cb5a1a9e
commit bece22e758
2 changed files with 6 additions and 2 deletions
@@ -151,7 +151,9 @@
<ClCompile Include="vk_image_states.cpp">
<Filter>Util</Filter>
</ClCompile>
<ClCompile Include="vk_shaderdebug.cpp" />
<ClCompile Include="vk_shaderdebug.cpp">
<Filter>Replay</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="vk_replay.h">
+3 -1
View File
@@ -1082,7 +1082,9 @@
<None Include="data\glsl\pixelhistory_mscopy_depth.comp">
<Filter>Resources\glsl</Filter>
</None>
<None Include="data\glsl\discard.frag" />
<None Include="data\glsl\discard.frag">
<Filter>Resources\glsl</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="data\renderdoc.rc">