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.