3 This file is part of libmspgl
4 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
13 void stencil_func(Predicate func, int ref, unsigned mask)
15 glStencilFunc(func, ref, mask);
18 void stencil_op(StencilOp sfail, StencilOp dfail, StencilOp dpass)
20 glStencilOp(sfail, dfail, dpass);