Function ctru_sys::GPUCMD_AddRawCommands
source · pub unsafe extern "C" fn GPUCMD_AddRawCommands(
cmd: *const u32_,
size: u32_
)
Expand description
Adds raw GPU commands to the current command buffer.
§Arguments
cmd
- Buffer containing commands to add.size
- Size of the buffer.