PEXVertexRGBA8Edge Data Structure


 
   typedef struct {
         PEXCoord             point;
         PEXColorRGBA8        rgba8;
         unsigned int         edge;
   } PEXVertexRGBA8Edge;
 

PEXVertexRGBA8Edge is a type definition that is referenced by the following data structure:

For a list of data structures for vertex data, see Data Structures for Vertex Data.