Skip to content

Commit

Permalink
add missing capability (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing authored and kvark committed Sep 8, 2021
1 parent cd64e40 commit 70fad1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgpu-hal/src/vulkan/adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,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.
Expand Down

0 comments on commit 70fad1a

Please sign in to comment.