add missing capability (#1911)

This commit is contained in:
Zhixing Zhang 2021-09-06 18:30:50 -07:00 committed by GitHub
parent df2a686c29
commit 66979eb68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.