Function psp::sys::sceGuScissor

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGuScissor(x: i32, y: i32, w: i32, h: i32)
Expand description

Set what to scissor within the current viewport

Note that scissoring is only performed if the custom scissoring (GuState::ScissorTest) is enabled, e.g. via sceGuEnable.

§Parameters

  • x: Left of scissor region
  • y: Top of scissor region
  • w: Width of scissor region
  • h: Height of scissor region