Enable PrimitiveTopologyTests on Vulkan

This commit is contained in:
Corentin Wallez 2018-02-06 19:22:16 -05:00 committed by Corentin Wallez
parent abcf982e09
commit 8d541f3de9
1 changed files with 1 additions and 1 deletions

View File

@ -309,4 +309,4 @@ TEST_P(PrimitiveTopologyTest, TriangleStrip) {
});
}
NXT_INSTANTIATE_TEST(PrimitiveTopologyTest, D3D12Backend, MetalBackend, OpenGLBackend)
NXT_INSTANTIATE_TEST(PrimitiveTopologyTest, D3D12Backend, MetalBackend, OpenGLBackend, VulkanBackend)