Home | All Classes | Grouped Classes | Index | Search
Enables stencil buffer testing
void enable_stencil_test( bool enabled, CL_StencilFunc func=stencil_lequal, int ref=1);
Parameters:
Detailed description:
Individual pixels are tested against the values in the stencil buffer, and drawn depending on the comparison result. This can be used for masking and boolean operations on bitmaps
See also: