#include <psxgpu.h>
Data Fields | |
unsigned int | npoints |
Number of points. | |
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 |
X Coordinates for points. | |
short * | y |
Y Coordinates for points. | |
unsigned int | attribute |
Attribute. | |
unsigned int GsPolyLine::attribute |
Attribute.
unsigned char GsPolyLine::b |
Blue color component (0-255)
unsigned char GsPolyLine::g |
Green color component (0-255)
unsigned int GsPolyLine::npoints |
Number of points.
unsigned char GsPolyLine::r |
Red color component (0-255)
short* GsPolyLine::x |
X Coordinates for points.
short* GsPolyLine::y |
Y Coordinates for points.