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