pub type Offset3D = VkOffset3D;
#[repr(C)]pub struct Offset3D { pub x: i32, pub y: i32, pub z: i32, }
x: i32
y: i32
z: i32