Expand description
§Vulkan Requirements
wgpu’s Vulkan backend requires the following from a physical device:
fragmentStoresAndAtomicsmust be enabled (see https://github.com/gpuweb/gpuweb/issues/639).independentBlendingmust be enabled (see wgpu#2498).- The
maxDrawIndexedIndexValuelimit must be 32-bit. VK_KHR_storage_buffer_storage_classmust be supported.