wgpu_hal

Trait DynQuerySet

Source
pub trait DynQuerySet: DynResource + Debug { }

Implementors§

Source§

impl DynQuerySet for Resource

Source§

impl DynQuerySet for wgpu_hal::gles::QuerySet

Available on gles only.
Source§

impl DynQuerySet for wgpu_hal::vulkan::QuerySet

Available on vulkan only.