Skip to main content

GLKMatrix4InvertAndTranspose

Function GLKMatrix4InvertAndTranspose 

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