KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
pvr_poly_hdr_t Struct Reference

PVR polygon header. More...

#include <dc/pvr.h>

Data Fields

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

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

uint32 pvr_poly_hdr_t::cmd

TA command.

uint32 pvr_poly_hdr_t::d1

Dummy value.

uint32 pvr_poly_hdr_t::d2

Dummy value.

uint32 pvr_poly_hdr_t::d3

Dummy value.

uint32 pvr_poly_hdr_t::d4

Dummy value.

uint32 pvr_poly_hdr_t::mode1

Parameter word 1.

uint32 pvr_poly_hdr_t::mode2

Parameter word 2.

uint32 pvr_poly_hdr_t::mode3

Parameter word 3.


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