mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-13 08:36:08 +00:00
Enable T<->B CopyTests on Vulkan
This commit is contained in:
parent
6b986732d5
commit
348fb1b223
@ -355,7 +355,7 @@ TEST_P(CopyTests_T2B, RowPitchUnaligned) {
|
||||
}
|
||||
}
|
||||
|
||||
NXT_INSTANTIATE_TEST(CopyTests_T2B, D3D12Backend, MetalBackend, OpenGLBackend)
|
||||
NXT_INSTANTIATE_TEST(CopyTests_T2B, D3D12Backend, MetalBackend, OpenGLBackend, VulkanBackend)
|
||||
|
||||
// Test that copying an entire texture with 256-byte aligned dimensions works
|
||||
TEST_P(CopyTests_B2T, FullTextureAligned) {
|
||||
@ -498,4 +498,4 @@ TEST_P(CopyTests_B2T, RowPitchUnaligned) {
|
||||
}
|
||||
}
|
||||
|
||||
NXT_INSTANTIATE_TEST(CopyTests_B2T, D3D12Backend, MetalBackend, OpenGLBackend)
|
||||
NXT_INSTANTIATE_TEST(CopyTests_B2T, D3D12Backend, MetalBackend, OpenGLBackend, VulkanBackend)
|
||||
|
Loading…
x
Reference in New Issue
Block a user