[go: up one dir, main page]

Trait wgpu_core::id::TypedId

source ·
pub trait TypedId {
    fn zip(index: u32, epoch: u32, backend: Backend) -> Self;
    fn unzip(self) -> (u32, u32, Backend);
}

Required Methods§

Implementors§