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