pub unsafe extern "C-unwind" fn GLKMatrix3Invert(
matrix: GLKMatrix3,
is_invertible: *mut bool,
) -> GLKMatrix3๐Deprecated: The OpenGL API is deprecated by Apple
Available on crate features
GLKMathTypes and GLKMatrix3 only.Expand description
ยงSafety
is_invertible must be a valid pointer.