BEEP-8 SDK 1.0.0
|
Structure representing an enable/disable command for the PPU (Pixel Processing Unit). More...
#include <ppu.h>
Public Attributes | |
unsigned | cul: 1 |
unsigned | na0: 23 |
unsigned | code: 8 |
Structure representing an enable/disable command for the PPU (Pixel Processing Unit).
This command is used to enable or disable back-face culling during rendering. When cul
is set to 1, back-face culling is enabled, meaning that certain surfaces or elements will not be rendered based on their orientation. When cul
is set to 0, back-face culling is disabled, allowing all surfaces to be rendered regardless of orientation.
unsigned _b8PpuEnable::code |
Command code for the enable/disable operation.
unsigned _b8PpuEnable::cul |
Flag to enable (1) or disable (0) back-face culling.
unsigned _b8PpuEnable::na0 |
Reserved, not used.