BEEP-8 SDK 1.0.0
|
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 |
Structure representing a rectangle drawing command for the PPU (Pixel Processing Unit).
unsigned _b8PpuRect::code |
Drawing command code.
unsigned _b8PpuRect::h |
Height of the rectangle.
unsigned _b8PpuRect::na |
Reserved, not used.
unsigned _b8PpuRect::pal |
Palette number.
unsigned _b8PpuRect::w |
Width of the rectangle.
signed _b8PpuRect::x |
X-coordinate of the top-left corner of the rectangle.
signed _b8PpuRect::y |
Y-coordinate of the top-left corner of the rectangle.