Function psp::sys::sceGuDepthRange

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGuDepthRange(near: i32, far: i32)
Expand description

Set which range to use for depth calculations.

§Note

The depth buffer is inversed, and takes values from 65535 to 0.

§Parameters

  • near: Value to use for the near plane
  • far: Value to use for the far plane