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

Structure representing a scissor (clipping) command for the PPU (Pixel Processing Unit). More...

#include <ppu.h>

Public Attributes

unsigned na0: 24
 
unsigned code: 8
 
signed y: 16
 
signed x: 16
 
signed h: 16
 
signed w: 16
 

Detailed Description

Structure representing a scissor (clipping) command for the PPU (Pixel Processing Unit).

Member Data Documentation

◆ code

unsigned _b8PpuScissor::code

Command code for the scissor (clipping) operation.

◆ h

signed _b8PpuScissor::h

Height of the clipping region.

◆ na0

unsigned _b8PpuScissor::na0

Reserved, not used.

◆ w

signed _b8PpuScissor::w

Width of the clipping region.

◆ x

signed _b8PpuScissor::x

X-coordinate of the top-left corner of the clipping region.

◆ y

signed _b8PpuScissor::y

Y-coordinate of the top-left corner of the clipping region.


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