PEXTMDomainData Data Structure


 
   typedef struct {
         PEXEnumTypeIndex        tm_type;
         PEXEnumTypeIndex        texel_type;
         unsigned int            num_levels;
   } PEXTMDomainData;
 

PEXTMDomainData is a data structure that is common to the following texture map utilities:

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