]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/stenciltest.h
Rename some stencil test constants
[libs/gl.git] / source / core / stenciltest.h
index 47e7a62787ff5bc0603b89732dfccbe71991def2..c6a385d37f7e7efabbcc158cffc19c5c51eee2d4 100644 (file)
@@ -13,8 +13,8 @@ enum StencilOp
        KEEP,
        SET_ZERO,
        REPLACE,
-       INCR,
-       DECR,
+       INCR_CLAMP,
+       DECR_CLAMP,
        INVERT,
        INCR_WRAP,
        DECR_WRAP