Function nannou::wgpu::sampler_filtering
source · pub fn sampler_filtering(desc: &SamplerDescriptor<'_>) -> boolExpand 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.