PSXSDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
GsGPoly3 Struct Reference

Graduated 3 point polygon. More...

#include <psxgpu.h>

Data Fields

unsigned char r [3]
 Red color components (0-255)
 
unsigned char g [3]
 Green color components (0-255)
 
unsigned char b [3]
 Blue color components (0-255)
 
short x [3]
 X Coordinates for vertexes.
 
short y [3]
 Y Coordinates for vertexes.
 
unsigned int attribute
 Attribute.
 

Detailed Description

Graduated 3 point polygon.

Field Documentation

unsigned int GsGPoly3::attribute

Attribute.

unsigned char GsGPoly3::b[3]

Blue color components (0-255)

unsigned char GsGPoly3::g[3]

Green color components (0-255)

unsigned char GsGPoly3::r[3]

Red color components (0-255)

short GsGPoly3::x[3]

X Coordinates for vertexes.

short GsGPoly3::y[3]

Y Coordinates for vertexes.


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