PEXVertexRGBA16NormalEdge Data Structure


 
   typedef struct {
         PEXCoord              point;
         PEXColorRGBA16        rgba16;
         PEXVector             normal;
         unsigned int          edge;
   } PEXVertexRGBA16NormalEdge;
 

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