mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
Add SampleRateShading spv capability
This commit is contained in:
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.
|
||||
|
Loading…
Reference in New Issue
Block a user