BEEP-8 SDK 1.0.0
|
Structure representing a PPU command buffer for the BEEP-8 system. More...
#include <ppu.h>
Public Attributes | |
u32 * | buff |
u32 | bytesize |
u32 * | sp |
u32 * | tail |
u32 * | ot |
u32 * | ot_prev |
u32 | otnum |
u32 * | addr_halt |
Structure representing a PPU command buffer for the BEEP-8 system.
This structure holds information about the command buffer that the PPU uses for drawing operations.
u32* _b8PpuCmd::buff |
Pointer to the buffer storing the PPU commands.
u32 _b8PpuCmd::bytesize |
Size of the buffer in bytes.
u32* _b8PpuCmd::ot |
Pointer to the object table, if used.
u32 _b8PpuCmd::otnum |
Number of objects in the object table.
u32* _b8PpuCmd::sp |
Stack pointer, used to keep track of the current position in the buffer.
u32* _b8PpuCmd::tail |
Pointer to the end of the buffer, indicating the last valid command.