On Vulkan, debug labels shouldn't require validation layer #3913
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
In #3809, I unintentionally made the population of
wgpu_hal::vulkan::InstanceShared::debug_utils
conditional on both:VK_EXT_debug_utils
extension andVK_LAYER_KHRONOS_validation
.It it perfectly possible to report debug labels even when validation is not enabled: the extension and the layer are independent of each other.
The text was updated successfully, but these errors were encountered: