Prefix | Example | Command String Format | Pointer After Command is Generated |
---|---|---|---|
G3B_ |
|
Uncompressed | Set pointer ahead |
G3C_ |
|
Compressed | Set pointer ahead |
G3BS_ |
|
Uncompressed | Do not set pointer ahead |
G3CS_ |
|
Compressed | Do not set pointer ahead |
Prefix | Example |
---|---|
G3_ |
|
There are four formats for one function for API to generate a display list as shown in the table above. They are distinguished by prefixes. They correspond to four types of situations to generate a display list.
This corresponds to display list formats supported by Nitro hardware. Normally, it is advantageous to use compressed format.
When generating the command list, keep the current output buffer pointer using the DLInfo
structure. This corresponds to whether or not to move this pointer forward to the next output position aftercommand output. Use it according to the rewriting situation.
MI_SendGXCommand*
, G3_BeginMakeDL
, G3_EndMakeDL
03/29/2004 Initial version.