Add missing shaders to VS project

This commit is contained in:
baldurk
2022-10-07 10:52:24 +01:00
parent 478ea838dd
commit 198c011e07
2 changed files with 16 additions and 0 deletions
+4
View File
@@ -713,6 +713,10 @@
<None Include="data\glsl\vktext.vert" />
<None Include="data\glsl\trisize.frag" />
<None Include="data\glsl\trisize.geom" />
<None Include="data\glsl\vk_buffer2ms.comp" />
<None Include="data\glsl\vk_depthbuf2ms.frag" />
<None Include="data\glsl\vk_depthms2buffer.comp" />
<None Include="data\glsl\vk_ms2buffer.comp" />
<None Include="data\hlsl\hlsl_texsample.h" />
<None Include="data\hlsl\misc.hlsl" />
<None Include="data\hlsl\text.hlsl" />
+12
View File
@@ -1136,6 +1136,18 @@
<None Include="data\hlsl\shaderdebug.hlsl">
<Filter>Resources\hlsl</Filter>
</None>
<None Include="data\glsl\vk_buffer2ms.comp">
<Filter>Resources\glsl</Filter>
</None>
<None Include="data\glsl\vk_depthbuf2ms.frag">
<Filter>Resources\glsl</Filter>
</None>
<None Include="data\glsl\vk_depthms2buffer.comp">
<Filter>Resources\glsl</Filter>
</None>
<None Include="data\glsl\vk_ms2buffer.comp">
<Filter>Resources\glsl</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="data\renderdoc.rc">