GLKMatrix4Invert

Function GLKMatrix4Invert 

Source
pub unsafe extern "C-unwind" fn GLKMatrix4Invert(
    matrix: GLKMatrix4,
    is_invertible: *mut bool,
) -> GLKMatrix4
๐Ÿ‘ŽDeprecated: The OpenGL API is deprecated by Apple
Available on crate features GLKMathTypes and GLKMatrix4 only.
Expand description

ยงSafety

is_invertible must be a valid pointer or null.