wgpu_core
23.0.0
Trackable
Required Methods
tracker_index
Implementors
In wgpu_core::resource
Trait
wgpu_core
::
resource
::
Trackable
Copy item path
source
·
[
−
]
pub(crate) trait Trackable { // Required method fn
tracker_index
(&self) ->
TrackerIndex
; }
Required Methods
§
source
fn
tracker_index
(&self) ->
TrackerIndex
Implementors
§
source
§
impl
Trackable
for
BindGroup
source
§
impl
Trackable
for
RenderBundle
source
§
impl
Trackable
for
ComputePipeline
source
§
impl
Trackable
for
RenderPipeline
source
§
impl
Trackable
for
Buffer
source
§
impl
Trackable
for
QuerySet
source
§
impl
Trackable
for
Sampler
source
§
impl
Trackable
for
Texture
source
§
impl
Trackable
for
TextureView