Type Alias wgpu_core::SubmissionIndex
source ยท pub type SubmissionIndex = FenceValue;
Expand description
The index of a queue submission.
These are the values stored in Device::fence
.
pub type SubmissionIndex = FenceValue;
The index of a queue submission.
These are the values stored in Device::fence
.