1 #ifndef MSP_GL_STENCIL_H_
2 #define MSP_GL_STENCIL_H_
12 STENCIL_TEST = GL_STENCIL_TEST
23 INCR_WRAP = GL_INCR_WRAP,
24 DECR_WRAP = GL_DECR_WRAP
27 void stencil_func(Predicate func, int ref, unsigned mask);
28 void stencil_op(StencilOp sfail, StencilOp dfail, StencilOp dpass);