cargo test --test wgpu-tests drop_encoder
triggers VUID-VkInstanceCreateInfo-flags-06559
#4037
Labels
api: vulkan
Issues with Vulkan
area: correctness
We're behaving incorrectly
area: validation
Issues related to validation, diagnostics, and error handling
type: bug
Something isn't working
When I run the command
cargo test --test wgpu-tests drop_encoder
, the Vulkan validation layer reports a violation ofVUID-VkInstanceCreateInfo-flags-06559
.I'm guessing this was introduced by #3958, in the process of fixing other things.
cc @schell
The text was updated successfully, but these errors were encountered: