BEEP-8 SDK 1.0.0
|
Structure representing a polygon drawing command for the PPU (Pixel Processing Unit). More...
#include <ppu.h>
Public Attributes | |
unsigned | pal: 4 |
unsigned | na0: 20 |
unsigned | code: 8 |
signed | y0: 16 |
signed | x0: 16 |
signed | y1: 16 |
signed | x1: 16 |
signed | y2: 16 |
signed | x2: 16 |
Structure representing a polygon drawing command for the PPU (Pixel Processing Unit).
unsigned _b8PpuPoly::code |
Drawing command code.
unsigned _b8PpuPoly::na0 |
Reserved, not used.
unsigned _b8PpuPoly::pal |
Palette number.
signed _b8PpuPoly::x0 |
First vertex y-coordinate of the polygon.
signed _b8PpuPoly::x1 |
Second vertex y-coordinate of the polygon.
signed _b8PpuPoly::x2 |
Third vertex y-coordinate of the polygon.
signed _b8PpuPoly::y0 |
First vertex x-coordinate of the polygon.
signed _b8PpuPoly::y1 |
Second vertex x-coordinate of the polygon.
signed _b8PpuPoly::y2 |
Third vertex x-coordinate of the polygon.