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

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

Field Documentation

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.


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