Struct wgpu::SubmissionIndex
source · pub struct SubmissionIndex(_, _);Expand description
Identifier for a particular call to Queue::submit. Can be used
as part of an argument to Device::poll to block for a particular
submission to finish.
This type is unique to the Rust API of wgpu.
There is no analogue in the WebGPU specification.
Trait Implementations§
source§impl Clone for SubmissionIndex
impl Clone for SubmissionIndex
source§fn clone(&self) -> SubmissionIndex
fn clone(&self) -> SubmissionIndex
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more