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

Structure representing a rectangle drawing command for the PPU (Pixel Processing Unit). More...

#include <ppu.h>

Public Attributes

unsigned pal: 4
 
unsigned na: 20
 
unsigned code: 8
 
signed y: 16
 
signed x: 16
 
unsigned h: 16
 
unsigned w: 16
 

Detailed Description

Structure representing a rectangle drawing command for the PPU (Pixel Processing Unit).

Member Data Documentation

◆ code

unsigned _b8PpuRect::code

Drawing command code.

◆ h

unsigned _b8PpuRect::h

Height of the rectangle.

◆ na

unsigned _b8PpuRect::na

Reserved, not used.

◆ pal

unsigned _b8PpuRect::pal

Palette number.

◆ w

unsigned _b8PpuRect::w

Width of the rectangle.

◆ x

signed _b8PpuRect::x

X-coordinate of the top-left corner of the rectangle.

◆ y

signed _b8PpuRect::y

Y-coordinate of the top-left corner of the rectangle.


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