vulkan.h: API changes for #13744 - sharing across queues
The ICD doesn't do anything differently interesting yet, but this is
enough that the API works.
V2: Fix testbinding.
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
diff --git a/tests/blit_tests.cpp b/tests/blit_tests.cpp
index e169574..ee1924f 100644
--- a/tests/blit_tests.cpp
+++ b/tests/blit_tests.cpp
@@ -537,6 +537,7 @@
vk_testing::CmdPool pool_;
vk_testing::CmdBuffer cmd_;
+ /* TODO: We should be able to remove these now */
std::vector<VkDeviceMemory> mem_refs_;
};