Trait wgpu_core::id::TypedId [−][src]
pub trait TypedId {
fn zip(index: u32, epoch: u32, backend: Backend) -> Self;
fn unzip(self) -> (u32, u32, Backend);
}Required methods
fn zip(index: u32, epoch: u32, backend: Backend) -> Self[src]
fn unzip(self) -> (u32, u32, Backend)[src]
Implementors
Loading content...