Enable DepthStencilStateTests on Vulkan

This commit is contained in:
Corentin Wallez 2018-02-05 14:23:58 -05:00 committed by Corentin Wallez
parent 53604a11a5
commit eba7c027f9
1 changed files with 5 additions and 1 deletions

View File

@ -524,4 +524,8 @@ TEST_P(DepthStencilStateTest, StencilDepthPass) {
2); // Replace the stencil on stencil pass, depth pass, so it should be 2
}
NXT_INSTANTIATE_TEST(DepthStencilStateTest, D3D12Backend, MetalBackend, OpenGLBackend)
NXT_INSTANTIATE_TEST(DepthStencilStateTest,
D3D12Backend,
MetalBackend,
OpenGLBackend,
VulkanBackend)