KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
pvr_poly_hdr_t Struct Reference

PVR polygon header. More...

#include <dc/pvr.h>

Data Fields

uint32_t cmd
 TA command.
 
uint32_t mode1
 Parameter word 1.
 
uint32_t mode2
 Parameter word 2.
 
uint32_t mode3
 Parameter word 3.
 
uint32_t d1
 Dummy value.
 
uint32_t d2
 Dummy value.
 
uint32_t d3
 Dummy value.
 
uint32_t d4
 Dummy value.
 

Detailed Description

PVR polygon header.

This is the hardware equivalent of a rendering context; you'll create one of these from your pvr_poly_cxt_t and use it for submission to the hardware.

Field Documentation

◆ cmd

uint32_t pvr_poly_hdr_t::cmd

TA command.

◆ d1

uint32_t pvr_poly_hdr_t::d1

Dummy value.

◆ d2

uint32_t pvr_poly_hdr_t::d2

Dummy value.

◆ d3

uint32_t pvr_poly_hdr_t::d3

Dummy value.

◆ d4

uint32_t pvr_poly_hdr_t::d4

Dummy value.

◆ mode1

uint32_t pvr_poly_hdr_t::mode1

Parameter word 1.

◆ mode2

uint32_t pvr_poly_hdr_t::mode2

Parameter word 2.

◆ mode3

uint32_t pvr_poly_hdr_t::mode3

Parameter word 3.


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