BEEP-8 SDK 1.0.0
|
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 |
Structure representing a scissor (clipping) command for the PPU (Pixel Processing Unit).
unsigned _b8PpuScissor::code |
Command code for the scissor (clipping) operation.
signed _b8PpuScissor::h |
Height of the clipping region.
unsigned _b8PpuScissor::na0 |
Reserved, not used.
signed _b8PpuScissor::w |
Width of the clipping region.
signed _b8PpuScissor::x |
X-coordinate of the top-left corner of the clipping region.
signed _b8PpuScissor::y |
Y-coordinate of the top-left corner of the clipping region.