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