mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* [spv-in] Change shadow.spv test input to use StorageBuffer. The ecosystem around Naga will generally not be able to use Vulkan adapters that don't support the SPV_KHR_storage_buffer_storage_class (which was incorporated into SPIR-V 1.3), so we can assume it is present. Changing the test not to use runtime-sized arrays in the Uniform storage class will allow Naga to tighten up some validation checks. * [spv-in] Permit pointers to runtime arrays only in StorageBuffer. Fixes #1519.