PEXTMParameterizationData Data Structure


 
   typedef struct {
         union {
               struct {
                    PEXMatrix    matrix;
               } reflection;
               struct {
                    float    p0[4];
                    float    p1[4];
               } linear;
         } data;
   } PEXTMParameterizationData;
 

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

For a list of data structures for textures, see Data Structures for Textures.