Enable RenderPassLoadOpTests on Vulkan back-ends

RenderPassLoadOpTests can pass on Vulkan back-ends now.
This commit is contained in:
Jiawei Shao 2018-08-17 10:40:25 +08:00 committed by Corentin Wallez
parent 5b61abce09
commit 94c92fa5e7
1 changed files with 1 additions and 1 deletions

View File

@ -165,4 +165,4 @@ TEST_P(RenderPassLoadOpTests, ColorClearThenLoadAndDraw) {
EXPECT_TEXTURE_RGBA8_EQ(expectBlue.data(), renderTarget, kRTSize / 2, 0, kRTSize / 2, kRTSize, 0);
}
DAWN_INSTANTIATE_TEST(RenderPassLoadOpTests, D3D12Backend, MetalBackend, OpenGLBackend)
DAWN_INSTANTIATE_TEST(RenderPassLoadOpTests, D3D12Backend, MetalBackend, OpenGLBackend, VulkanBackend)