mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Add SampleRateShading spv capability
This commit is contained in:
committed by
Dzmitry Malyshau
parent
834eed75d0
commit
35be31f02a
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user