KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
pvr_poly_ic_hdr_t Struct Reference

PVR polygon header with intensity color. More...

#include <dc/pvr.h>

Data Fields

uint32 cmd
 TA command.
uint32 mode1
 Parameter word 1.
uint32 mode2
 Parameter word 2.
uint32 mode3
 Parameter word 3.
float a
 Face color alpha component.
float r
 Face color red component.
float g
 Face color green component.
float b
 Face color blue component.

Detailed Description

PVR polygon header with intensity color.

This is the equivalent of pvr_poly_hdr_t, but for use with intensity color.


Field Documentation

float pvr_poly_ic_hdr_t::a

Face color alpha component.

float pvr_poly_ic_hdr_t::b

Face color blue component.

uint32 pvr_poly_ic_hdr_t::cmd

TA command.

float pvr_poly_ic_hdr_t::g

Face color green component.

uint32 pvr_poly_ic_hdr_t::mode1

Parameter word 1.

uint32 pvr_poly_ic_hdr_t::mode2

Parameter word 2.

uint32 pvr_poly_ic_hdr_t::mode3

Parameter word 3.

float pvr_poly_ic_hdr_t::r

Face color red component.


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