Graduated textured 4 point polygon. More...
#include <psxgpu.h>
Data Fields | |
unsigned char | r [4] |
Red color components (0-255) | |
unsigned char | g [4] |
Green color components (0-255) | |
unsigned char | b [4] |
Blue color components (0-255) | |
short | x [4] |
X Coordinates for vertexes. | |
short | y [4] |
Y Coordinates for vertexes. | |
short | cx |
CLUT X coordinate. | |
short | cy |
CLUT Y coordinate. | |
unsigned char | tpage |
Texture page. | |
unsigned char | u [4] |
Horizontal texture offset. | |
unsigned char | v [4] |
Vertical texture offset. | |
unsigned int | attribute |
Attribute. | |
Graduated textured 4 point polygon.
unsigned int GsGTPoly4::attribute |
Attribute.
unsigned char GsGTPoly4::b[4] |
Blue color components (0-255)
short GsGTPoly4::cx |
CLUT X coordinate.
short GsGTPoly4::cy |
CLUT Y coordinate.
unsigned char GsGTPoly4::g[4] |
Green color components (0-255)
unsigned char GsGTPoly4::r[4] |
Red color components (0-255)
unsigned char GsGTPoly4::tpage |
Texture page.
unsigned char GsGTPoly4::u[4] |
Horizontal texture offset.
unsigned char GsGTPoly4::v[4] |
Vertical texture offset.
short GsGTPoly4::x[4] |
X Coordinates for vertexes.
short GsGTPoly4::y[4] |
Y Coordinates for vertexes.