PEXUtPixmapDepthCriteria Data Structure


 
   typedef struct {
         unsigned int          hard_criteria_mask;
         unsigned int          soft_criteria_mask;
         unsigned int          depth;
         PEXEnumTypeIndex      color_approx_type;
         unsigned int          z_buffer_depth;
         unsigned int          alpha_buffer_depth;
         unsigned int          accum_buffer_depth;
         unsigned int          accum_buffer_min_red;
         unsigned int          accum_buffer_min_green;
         unsigned int          accum_buffer_min_blue;
   } PEXUtPixmapDepthCriteria;
 

PEXUtPixmapDepthCriteria is a data structure that is common to the following function:

For a list of data structures for the utilities, see Data Structures for the Visual and Pixmap Depth Selection Utilities.