PEXTexelDimension Data Structure


 
   typedef struct {
         unsigned short int          c0;
         unsigned short int          c1;
         unsigned short int          c2;
   } PEXTexelDimension;
 

PEXTexelDimension is a type definition that is common to the following function:

and is referenced by the following data structure:

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