Function ctru_sys::GPUCMD_SetBuffer
source · pub unsafe extern "C" fn GPUCMD_SetBuffer(
adr: *mut u32_,
size: u32_,
offset: u32_
)
Expand description
Sets the GPU command buffer to use.
§Arguments
adr
- Pointer to the command buffer.size
- Size of the command buffer.offset
- Offset of the command buffer.