Add SampleRateShading spv capability

This commit is contained in:
Samuel Hurel 2021-12-03 23:02:22 +01:00 committed by Dzmitry Malyshau
parent 834eed75d0
commit 35be31f02a

View File

@ -1104,6 +1104,7 @@ impl super::Adapter {
spv::Capability::ImageQuery,
spv::Capability::DerivativeControl,
spv::Capability::SampledCubeArray,
spv::Capability::SampleRateShading,
//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.