PEXVertexRGBA16Edge Data Structure


 
   typedef struct {
         PEXCoord               point;
         PEXColorRGBA16         rgba16;
         unsigned int           edge;
   } PEXVertexRGBA16Edge;
 

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