X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fstenciltest.h;fp=source%2Fcore%2Fstenciltest.h;h=c6a385d37f7e7efabbcc158cffc19c5c51eee2d4;hb=0d89e19481d4d5f770411141906f9df344c6b823;hp=47e7a62787ff5bc0603b89732dfccbe71991def2;hpb=e530cd8edb12a8be87c59dbfa1e7e15c8198f3a3;p=libs%2Fgl.git diff --git a/source/core/stenciltest.h b/source/core/stenciltest.h index 47e7a627..c6a385d3 100644 --- a/source/core/stenciltest.h +++ b/source/core/stenciltest.h @@ -13,8 +13,8 @@ enum StencilOp KEEP, SET_ZERO, REPLACE, - INCR, - DECR, + INCR_CLAMP, + DECR_CLAMP, INVERT, INCR_WRAP, DECR_WRAP