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

PVR polygon header with intensity color. 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.
 
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

◆ a

float pvr_poly_ic_hdr_t::a

Face color alpha component.

◆ b

float pvr_poly_ic_hdr_t::b

Face color blue component.

◆ cmd

uint32_t pvr_poly_ic_hdr_t::cmd

TA command.

◆ g

float pvr_poly_ic_hdr_t::g

Face color green component.

◆ mode1

uint32_t pvr_poly_ic_hdr_t::mode1

Parameter word 1.

◆ mode2

uint32_t pvr_poly_ic_hdr_t::mode2

Parameter word 2.

◆ mode3

uint32_t pvr_poly_ic_hdr_t::mode3

Parameter word 3.

◆ r

float pvr_poly_ic_hdr_t::r

Face color red component.


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