wgpu_hal

Trait DynSampler

source
pub trait DynSampler: DynResource + Debug { }

Implementors§

source§

impl DynSampler for Resource

source§

impl DynSampler for wgpu_hal::gles::Sampler

Available on gles only.
source§

impl DynSampler for wgpu_hal::vulkan::Sampler

Available on vulkan only.