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

Graduated 4 point polygon. More...

#include <psxgpu.h>

Data Fields

unsigned char r [4]
 Red color components (0-255)
 
unsigned char g [4]
 Green color components (0-255)
 
unsigned char b [4]
 Blue color components (0-255)
 
short x [4]
 X Coordinates for vertexes.
 
short y [4]
 Y Coordinates for vertexes.
 
unsigned int attribute
 Attribute.
 

Detailed Description

Graduated 4 point polygon.

Field Documentation

unsigned int GsGPoly4::attribute

Attribute.

unsigned char GsGPoly4::b[4]

Blue color components (0-255)

unsigned char GsGPoly4::g[4]

Green color components (0-255)

unsigned char GsGPoly4::r[4]

Red color components (0-255)

short GsGPoly4::x[4]

X Coordinates for vertexes.

short GsGPoly4::y[4]

Y Coordinates for vertexes.


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