Monochrome 3 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 [3] |
X Coordinates for vertexes. | |
short | y [3] |
Y Coordinates for vertexes. | |
unsigned int | attribute |
Attribute bitmask. | |
Monochrome 3 point polygon.
unsigned int GsPoly3::attribute |
Attribute bitmask.
unsigned char GsPoly3::b |
Blue color component (0-255)
unsigned char GsPoly3::g |
Green color component (0-255)
unsigned char GsPoly3::r |
Red color component (0-255)
short GsPoly3::x[3] |
X Coordinates for vertexes.
short GsPoly3::y[3] |
Y Coordinates for vertexes.