Skip to content

Commit d9dd87f

Browse files
PixelDust22kvark
authored andcommitted
add missing capability (gfx-rs#1911)
1 parent d785da8 commit d9dd87f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wgpu-hal/src/vulkan/adapter.rs

+1
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,7 @@ impl super::Adapter {
826826
spv::Capability::Image1D,
827827
spv::Capability::ImageQuery,
828828
spv::Capability::DerivativeControl,
829+
spv::Capability::SampledCubeArray,
829830
//Note: this is requested always, no matter what the actual
830831
// adapter supports. It's not the responsibility of SPV-out
831832
// translation to handle the storage support for formats.

0 commit comments

Comments
 (0)