pub(crate) type GPUOrigin3DDict = GPUOrigin3DDict;
pub(crate) struct GPUOrigin3DDict { pub x: u32, pub y: u32, pub z: u32, }
x: u32
y: u32
z: u32