X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fstencil.cpp;fp=source%2Fstencil.cpp;h=0000000000000000000000000000000000000000;hp=9de8b1f0d66952dc25d15d1148a64daa885201a3;hb=7aaec9a70b8d7733429bec043f8e33e02956f266;hpb=bec07999d95b76f4b47cffcc564d0cd0afc0435e diff --git a/source/stencil.cpp b/source/stencil.cpp deleted file mode 100644 index 9de8b1f0..00000000 --- a/source/stencil.cpp +++ /dev/null @@ -1,17 +0,0 @@ -#include "stencil.h" - -namespace Msp { -namespace GL { - -void stencil_func(Predicate func, int ref, unsigned mask) -{ - glStencilFunc(func, ref, mask); -} - -void stencil_op(StencilOp sfail, StencilOp dfail, StencilOp dpass) -{ - glStencilOp(sfail, dfail, dpass); -} - -} // namespace GL -} // namespace Msp