pub fn sampler_filtering(desc: &SamplerDescriptor<'_>) -> bool
Expand description

Whether or not the sampler descriptor describes a sampler that might perform linear filtering.

This is used to determine the filtering field for the sampler binding type variant which assists wgpu with validation.