mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 08:27:05 +00:00
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:
committed by
Corentin Wallez
parent
0f9f747c8a
commit
23620b0dc7
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user