pub trait DynSampler: DynResource + Debug { }
Implementors§
impl DynSampler for Resource
impl DynSampler for wgpu_hal::gles::Sampler
Available on
gles
only.impl DynSampler for wgpu_hal::vulkan::Sampler
Available on
vulkan
only.