BEEP-8 SDK 1.0.0
Loading...
Searching...
No Matches
_b8PpuCmd Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ buff

u32* _b8PpuCmd::buff

Pointer to the buffer storing the PPU commands.

◆ bytesize

u32 _b8PpuCmd::bytesize

Size of the buffer in bytes.

◆ ot

u32* _b8PpuCmd::ot

Pointer to the object table, if used.

◆ otnum

u32 _b8PpuCmd::otnum

Number of objects in the object table.

◆ sp

u32* _b8PpuCmd::sp

Stack pointer, used to keep track of the current position in the buffer.

◆ tail

u32* _b8PpuCmd::tail

Pointer to the end of the buffer, indicating the last valid command.


The documentation for this struct was generated from the following file: