BEEP-8 SDK 1.0.0
|
Structure representing a view offset 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 |
Structure representing a view offset command for the PPU (Pixel Processing Unit).
The ViewOffset
command adds an offset to all drawing coordinates, effectively shifting the entire rendered view. If this command is not set, the offset defaults to (0,0), meaning no offset is applied.
unsigned _b8PpuViewoffset::code |
Command code for the view offset operation.
unsigned _b8PpuViewoffset::na0 |
Reserved, not used.
signed _b8PpuViewoffset::x |
X-coordinate offset applied to all drawing commands.
signed _b8PpuViewoffset::y |
Y-coordinate offset applied to all drawing commands.