Add missing vulkan tests on linux demos project

This commit is contained in:
baldurk
2020-07-01 17:21:29 +01:00
parent 180b61ab61
commit ef6439dd47
5 changed files with 8 additions and 6 deletions
+2
View File
@@ -28,6 +28,7 @@ set(VULKAN_SRC
vk/vk_multi_thread_windows.cpp
vk/vk_overlay_test.cpp
vk/vk_parameter_zoo.cpp
vk/vk_pixel_history.cpp
vk/vk_query_pool.cpp
vk/vk_resource_lifetimes.cpp
vk/vk_robustness2.cpp
@@ -36,6 +37,7 @@ set(VULKAN_SRC
vk/vk_separate_depth_stencil_layouts.cpp
vk/vk_shader_debug_zoo.cpp
vk/vk_shader_editing.cpp
vk/vk_shader_isa.cpp
vk/vk_simple_triangle.cpp
vk/vk_spec_constants.cpp
vk/vk_spirv_13_shaders.cpp
+1 -1
View File
@@ -291,7 +291,7 @@
<ClCompile Include="vk\vk_resource_lifetimes.cpp" />
<ClCompile Include="vk\vk_structured_buffer_nested.cpp" />
<ClCompile Include="vk\vk_overlay_test.cpp" />
<ClCompile Include="vk\vk_pixel_history_test.cpp" />
<ClCompile Include="vk\vk_pixel_history.cpp" />
<ClCompile Include="vk\vk_sample_locations.cpp" />
<ClCompile Include="vk\vk_adv_cbuffer_zoo.cpp" />
<ClCompile Include="vk\vk_secondary_cmdbuf.cpp" />
+3 -3
View File
@@ -169,9 +169,6 @@
<ClCompile Include="d3d11\d3d11_overlay_test.cpp">
<Filter>D3D11\demos</Filter>
</ClCompile>
<ClCompile Include="vk\vk_pixel_history_test.cpp">
<Filter>Vulkan\demos</Filter>
</ClCompile>
<ClCompile Include="vk\vk_secondary_cmdbuf.cpp">
<Filter>Vulkan\demos</Filter>
</ClCompile>
@@ -514,6 +511,9 @@
<ClCompile Include="d3d12\d3d12_reflection_zoo.cpp">
<Filter>D3D12\demos</Filter>
</ClCompile>
<ClCompile Include="vk\vk_pixel_history.cpp">
<Filter>Vulkan\demos</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="D3D11">
@@ -24,7 +24,7 @@
#include "vk_test.h"
RD_TEST(VK_Pixel_History_Test, VulkanGraphicsTest)
RD_TEST(VK_Pixel_History, VulkanGraphicsTest)
{
static constexpr const char *Description = "Tests pixel history";
+1 -1
View File
@@ -21,7 +21,7 @@ def primitive_id(x): return x.primitiveID
def unboundPS(x): return x.unboundPS
class VK_Pixel_History(rdtest.TestCase):
demos_test_name = 'VK_Pixel_History_Test'
demos_test_name = 'VK_Pixel_History'
demos_frame_cap = 5
def check_capture(self):