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

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
 

Detailed Description

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

Member Data Documentation

◆ code

unsigned _b8PpuLine::code

Drawing command code.

◆ na0

unsigned _b8PpuLine::na0

Reserved, not used.

◆ pal

unsigned _b8PpuLine::pal

Palette number.

◆ width

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).

◆ x0

signed _b8PpuLine::x0

Starting y-coordinate of the line segment.

◆ x1

signed _b8PpuLine::x1

Ending y-coordinate of the line segment.

◆ y0

signed _b8PpuLine::y0

Starting x-coordinate of the line segment.

◆ y1

signed _b8PpuLine::y1

Ending x-coordinate of the line segment.


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