Enabling the PARTIALLY_BOUND_BINDING_ARRAY
feature causes Vulkan Validation Error
#3522
Labels
api: vulkan
Issues with Vulkan
help required
We need community help to make this happen.
type: bug
Something isn't working
Description
Requesting a device with the
PARTIALLY_BOUND_BINDING_ARRAY
feature and creating a bind group causes a Vulkan validation error:Repro steps
Creating an adapter with
Features::TEXTURE_BINDING_ARRAY | Features::PARTIALLY_BOUND_BINDING_ARRAY
and then creating aBindGroup
with a texture array appears to cause this validation error.Expected vs observed behavior
wgpu should enable this Vulkan feature, but does not.
Platform
The text was updated successfully, but these errors were encountered: