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