void PEXCopyPipelineContext( Display *display, unsigned long *value_mask, PEXPipelineContext src_context, PEXPipelineContext dst_context )
None.
Invoke PEXCopyPipelineContext to copy attributes from the source pipeline context (src_context) to the destination pipeline context (dst_context).
Both pipeline contexts must already exist as valid pipeline context resources. This function copies only the attributes indicated by the value_mask. The remainder of the attributes are left as they were. Invoke the PEXSetPCAttributeMask and PEXSetPCAttributeMaskAll functions to set up the value_mask.
For related topics and for a list of pipeline context functions, see Pipeline Contexts.