Type Alias classicube_sys::Gfx_FillIBFunc
source · pub type Gfx_FillIBFunc = Option<unsafe extern "C" fn(indices: *mut cc_uint16, count: c_int, obj: *mut c_void)>;
Aliased Type§
enum Gfx_FillIBFunc {
None,
Some(unsafe extern "C" fn(_: *mut u16, _: i32, _: *mut c_void)),
}