mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-07 05:36:04 +00:00
Enable DepthStencilStateTests on Vulkan
This commit is contained in:
parent
53604a11a5
commit
eba7c027f9
@ -524,4 +524,8 @@ TEST_P(DepthStencilStateTest, StencilDepthPass) {
|
|||||||
2); // Replace the stencil on stencil pass, depth pass, so it should be 2
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user