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

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
 

Detailed Description

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

Member Data Documentation

◆ code

unsigned _b8PpuPoly::code

Drawing command code.

◆ na0

unsigned _b8PpuPoly::na0

Reserved, not used.

◆ pal

unsigned _b8PpuPoly::pal

Palette number.

◆ x0

signed _b8PpuPoly::x0

First vertex y-coordinate of the polygon.

◆ x1

signed _b8PpuPoly::x1

Second vertex y-coordinate of the polygon.

◆ x2

signed _b8PpuPoly::x2

Third vertex y-coordinate of the polygon.

◆ y0

signed _b8PpuPoly::y0

First vertex x-coordinate of the polygon.

◆ y1

signed _b8PpuPoly::y1

Second vertex x-coordinate of the polygon.

◆ y2

signed _b8PpuPoly::y2

Third vertex x-coordinate of the polygon.


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