Function ctru_sys::GPUCMD_Add
source · pub unsafe extern "C" fn GPUCMD_Add(
header: u32_,
param: *const u32_,
paramlength: u32_
)
Expand description
Adds a GPU command to the current command buffer.
§Arguments
header
- Header of the command.param
- Parameters of the command.paramlength
- Size of the parameter buffer.