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.