pub type Face = Face;
Export culling params.
#[repr(C)]pub enum Face { Front = 0, Back = 1, }
Front face
Back face