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

Monochrome 4 point polygon. More...

#include <psxgpu.h>

Data Fields

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 [4]
 X Coordinates for vertexes.
 
short y [4]
 Y Coordinates for vertexes.
 
unsigned int attribute
 Attribute.
 

Detailed Description

Monochrome 4 point polygon.

Field Documentation

unsigned int GsPoly4::attribute

Attribute.

unsigned char GsPoly4::b

Blue color component (0-255)

unsigned char GsPoly4::g

Green color component (0-255)

unsigned char GsPoly4::r

Red color component (0-255)

short GsPoly4::x[4]

X Coordinates for vertexes.

short GsPoly4::y[4]

Y Coordinates for vertexes.


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