Initial changes for depth stencil, some tests not passing

This commit is contained in:
Ben Constable
2017-07-28 14:43:06 -07:00
committed by Corentin Wallez
parent 4526368263
commit a015ad3399
8 changed files with 151 additions and 17 deletions

View File

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