GLKMatrix3InvertAndTranspose

Function GLKMatrix3InvertAndTranspose 

Source
pub unsafe extern "C-unwind" fn GLKMatrix3InvertAndTranspose(
    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.