OpenGL: Implement T->B copies

Also enable the basic end2end tests that are now passing.
InputStateTests isn't passing yet, for some reason the ReadPixels
returns pure black.
This commit is contained in:
Corentin Wallez
2017-07-14 17:58:24 -04:00
committed by Corentin Wallez
parent 0f9f747c8a
commit 23620b0dc7
2 changed files with 28 additions and 3 deletions

View File

@@ -96,4 +96,4 @@ TEST_P(BasicTests, Buffer2Texture2Buffer) {
EXPECT_BUFFER_U32_RANGE_EQ(dataView, dstBuffer, 0, kSize * kSize);
}
NXT_INSTANTIATE_TEST(BasicTests, MetalBackend, D3D12Backend)
NXT_INSTANTIATE_TEST(BasicTests, D3D12Backend, MetalBackend, OpenGLBackend)