Graduated textured 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. | |
short | cx |
CLUT X coordinate. | |
short | cy |
CLUT Y coordinate. | |
unsigned char | tpage |
Texture page. | |
unsigned char | u [3] |
Horizontal texture offset. | |
unsigned char | v [3] |
Vertical texture offset. | |
unsigned int | attribute |
Attribute. | |
Graduated textured 3 point polygon.
unsigned int GsGTPoly3::attribute |
Attribute.
unsigned char GsGTPoly3::b[3] |
Blue color components (0-255)
short GsGTPoly3::cx |
CLUT X coordinate.
short GsGTPoly3::cy |
CLUT Y coordinate.
unsigned char GsGTPoly3::g[3] |
Green color components (0-255)
unsigned char GsGTPoly3::r[3] |
Red color components (0-255)
unsigned char GsGTPoly3::tpage |
Texture page.
unsigned char GsGTPoly3::u[3] |
Horizontal texture offset.
unsigned char GsGTPoly3::v[3] |
Vertical texture offset.
short GsGTPoly3::x[3] |
X Coordinates for vertexes.
short GsGTPoly3::y[3] |
Y Coordinates for vertexes.