mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
add missing capability (#1911)
This commit is contained in:
parent
df2a686c29
commit
66979eb68d
@ -829,6 +829,7 @@ impl super::Adapter {
|
||||
spv::Capability::Image1D,
|
||||
spv::Capability::ImageQuery,
|
||||
spv::Capability::DerivativeControl,
|
||||
spv::Capability::SampledCubeArray,
|
||||
//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.
|
||||
|
Loading…
Reference in New Issue
Block a user