Vulkan: Implement textures in bindgroups

Also enable the sampler tests on the Vulkan backend
This commit is contained in:
Corentin Wallez
2018-04-17 22:33:20 -04:00
committed by Corentin Wallez
parent e44b900861
commit 5ec9683800
2 changed files with 13 additions and 2 deletions

View File

@@ -168,4 +168,4 @@ TEST_P(SamplerTest, AddressMode) {
}
}
NXT_INSTANTIATE_TEST(SamplerTest, D3D12Backend, MetalBackend, OpenGLBackend)
NXT_INSTANTIATE_TEST(SamplerTest, D3D12Backend, MetalBackend, OpenGLBackend, VulkanBackend)