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

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
 

Detailed Description

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.

Member Data Documentation

◆ code

unsigned _b8PpuEnable::code

Command code for the enable/disable operation.

◆ cul

unsigned _b8PpuEnable::cul

Flag to enable (1) or disable (0) back-face culling.

◆ na0

unsigned _b8PpuEnable::na0

Reserved, not used.


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