PEXTexelLumA16 Data Structure


 
   typedef struct {
         unsigned short      luminance;      /* Valid range : [0,65535]   */
         unsigned short      alpha;          /* Valid range : [0,65535]   */
   } PEXTexelLumA16;
 

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