]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/stenciltest.h
Make various enums use uint8_t as their underlying type
[libs/gl.git] / source / core / stenciltest.h
index c6a385d37f7e7efabbcc158cffc19c5c51eee2d4..09f1d2784e0e0686a71633985febfd0ec069bf6a 100644 (file)
@@ -8,7 +8,7 @@
 namespace Msp {
 namespace GL {
 
-enum StencilOp
+enum StencilOp: std::uint8_t
 {
        KEEP,
        SET_ZERO,