pub(crate) type GPUExtent3DDict = GPUExtent3DDict;
pub(crate) struct GPUExtent3DDict { pub depthOrArrayLayers: u32, pub height: u32, pub width: u32, }
depthOrArrayLayers: u32
height: u32
width: u32