Type Alias GPUExtent3D

Source
pub(crate) type GPUExtent3D = GPUExtent3D;

Aliased Type§

pub(crate) enum GPUExtent3D {
    RangeEnforcedUnsignedLongSequence(Vec<u32>),
    GPUExtent3DDict(GPUExtent3DDict),
}

Variants§

§

RangeEnforcedUnsignedLongSequence(Vec<u32>)

§

GPUExtent3DDict(GPUExtent3DDict)