Add D3D12_Vertex_UAV test to demos project

This commit is contained in:
baldurk
2023-01-12 13:48:13 +00:00
parent 359e1a4bed
commit f78b585018
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -212,6 +212,7 @@
<ClCompile Include="d3d12\d3d12_texture_zoo.cpp" />
<ClCompile Include="d3d12\d3d12_untyped_backbuffer_descriptor.cpp" />
<ClCompile Include="d3d12\d3d12_vertex_attr_zoo.cpp" />
<ClCompile Include="d3d12\d3d12_vertex_uav.cpp" />
<ClCompile Include="d3d12\d3d12_video_textures.cpp" />
<ClCompile Include="d3d12\d3d12_vrs.cpp" />
<ClCompile Include="d3d12\d3d12_write_subresource.cpp" />
+3
View File
@@ -637,6 +637,9 @@
<ClCompile Include="vk\vk_read_before_overwrite.cpp">
<Filter>Vulkan\demos</Filter>
</ClCompile>
<ClCompile Include="d3d12\d3d12_vertex_uav.cpp">
<Filter>D3D12\demos</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="D3D11">