Function GPUCMD_Split

Source
pub unsafe extern "C" fn GPUCMD_Split(
    addr: *mut *mut u32_,
    size: *mut u32_,
)
Expand description

Splits 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.