pub unsafe extern "C-unwind" fn GLKMathUnproject(
window: GLKVector3,
model: GLKMatrix4,
projection: GLKMatrix4,
viewport: NonNull<c_int>,
success: *mut bool,
) -> GLKVector3๐Deprecated: The OpenGL API is deprecated by Apple
Available on crate features
GLKMathTypes and GLKMathUtils only.Expand description
ยงSafety
viewportmust be a valid pointer.successmust be a valid pointer or null.