We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d785da8 commit d9dd87fCopy full SHA for d9dd87f
wgpu-hal/src/vulkan/adapter.rs
@@ -826,6 +826,7 @@ impl super::Adapter {
826
spv::Capability::Image1D,
827
spv::Capability::ImageQuery,
828
spv::Capability::DerivativeControl,
829
+ spv::Capability::SampledCubeArray,
830
//Note: this is requested always, no matter what the actual
831
// adapter supports. It's not the responsibility of SPV-out
832
// translation to handle the storage support for formats.
0 commit comments