PEXViewport Data Structure


 
   typedef struct {
        PEXDeviceCoord        min;
        PEXDeviceCoord        max;
        PEXSwitch             use_drawable;
        unsigned char         reserved[3];
   } PEXViewport;
 

PEXViewport is a type definition that is common to the following functions:

and is referenced by the following data structure:

For a list of data structures for rendering attributes, see Data Structures for Renderer Attributes.