mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
hal/vk: always request StorageImageExtendedFormats in SPIR-V
This commit is contained in:
committed by
Dzmitry Malyshau
parent
90778c3a43
commit
3ced8bf892
@@ -827,6 +827,10 @@ impl super::Adapter {
|
||||
spv::Capability::Image1D,
|
||||
spv::Capability::ImageQuery,
|
||||
spv::Capability::DerivativeControl,
|
||||
//Note: this is requested always, no matter what the actual
|
||||
// adapter supports. It's not the responsibility of SPV-out
|
||||
// translation to handle the storage support for formats.
|
||||
spv::Capability::StorageImageExtendedFormats,
|
||||
//TODO: fill out the rest
|
||||
];
|
||||
let mut flags = spv::WriterFlags::empty();
|
||||
|
||||
Reference in New Issue
Block a user