Function psp::sys::sceGuDispBuffer

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGuDispBuffer(
    width: i32,
    height: i32,
    dispbp: *mut c_void,
    dispbw: i32
)
Expand description

Set display buffer parameters

§Parameters

  • width: Width of the display buffer in pixels
  • height: Width of the display buffer in pixels
  • dispbp: VRAM pointer to where the display-buffer starts
  • dispbw: Display buffer width (block aligned)