BEEP-8 SDK 1.0.0
|
Structure representing a line drawing command for the PPU (Pixel Processing Unit). More...
#include <ppu.h>
Public Attributes | |
unsigned | pal: 4 |
unsigned | width: 4 |
unsigned | na0: 16 |
unsigned | code: 8 |
signed | y0: 16 |
signed | x0: 16 |
signed | y1: 16 |
signed | x1: 16 |
Structure representing a line drawing command for the PPU (Pixel Processing Unit).
unsigned _b8PpuLine::code |
Drawing command code.
unsigned _b8PpuLine::na0 |
Reserved, not used.
unsigned _b8PpuLine::pal |
Palette number.
unsigned _b8PpuLine::width |
Line width, specified in 0.5 increments (e.g., 0:0, 1:0.5, 2:1.0, 3:1.5 ... 15:7.5).
signed _b8PpuLine::x0 |
Starting y-coordinate of the line segment.
signed _b8PpuLine::x1 |
Ending y-coordinate of the line segment.
signed _b8PpuLine::y0 |
Starting x-coordinate of the line segment.
signed _b8PpuLine::y1 |
Ending x-coordinate of the line segment.