Function psp::sys::sceGeGetMtx

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGeGetMtx(
    type_: GeMatrixType,
    matrix: *mut c_void
) -> i32
Expand description

Retrieve a matrix of the given type.

§Parameters

  • type_: One of MatrixTypes.
  • matrix: Pointer to a variable to store the matrix.

§Return value

< 0 on error.