PSXSDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
GsGPolyLine Struct Reference

#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.
 

Field Documentation

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.


The documentation for this struct was generated from the following file: