pub(crate) type GPUExtent3D = GPUExtent3D;
Aliased Type§
pub(crate) enum GPUExtent3D {
RangeEnforcedUnsignedLongSequence(Vec<u32>),
GPUExtent3DDict(GPUExtent3DDict),
}
pub(crate) type GPUExtent3D = GPUExtent3D;
pub(crate) enum GPUExtent3D {
RangeEnforcedUnsignedLongSequence(Vec<u32>),
GPUExtent3DDict(GPUExtent3DDict),
}