pub type Extent3DfKHR = Extent3Df;
#[repr(C)]pub struct Extent3DfKHR { pub width: f32, pub height: f32, pub depth: f32, }
width: f32
height: f32
depth: f32