Function ctru_sys::GPUCMD_GetBuffer

source ·
pub unsafe extern "C" fn GPUCMD_GetBuffer(
    addr: *mut *mut u32_,
    size: *mut u32_,
    offset: *mut u32_
)
Expand description

Gets the current GPU command buffer.

§Arguments

  • addr - Pointer to output the command buffer to.
  • size - Pointer to output the size (in words) of the command buffer to.
  • offset - Pointer to output the offset of the command buffer to.