Monochrome 4 point polygon. More...
#include <psxgpu.h>
Data Fields | |
unsigned char | r |
Red color component (0-255) | |
unsigned char | g |
Green color component (0-255) | |
unsigned char | b |
Blue color component (0-255) | |
short | x [4] |
X Coordinates for vertexes. | |
short | y [4] |
Y Coordinates for vertexes. | |
unsigned int | attribute |
Attribute. | |
Monochrome 4 point polygon.
unsigned int GsPoly4::attribute |
Attribute.
unsigned char GsPoly4::b |
Blue color component (0-255)
unsigned char GsPoly4::g |
Green color component (0-255)
unsigned char GsPoly4::r |
Red color component (0-255)
short GsPoly4::x[4] |
X Coordinates for vertexes.
short GsPoly4::y[4] |
Y Coordinates for vertexes.