pub trait DynSampler: DynResource + Debug { }Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
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.