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