summaryrefslogtreecommitdiff
path: root/src/mbgl/gfx/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gfx/types.hpp')
-rw-r--r--src/mbgl/gfx/types.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mbgl/gfx/types.hpp b/src/mbgl/gfx/types.hpp
index da2bc14ddd..24209c5cc5 100644
--- a/src/mbgl/gfx/types.hpp
+++ b/src/mbgl/gfx/types.hpp
@@ -171,5 +171,11 @@ enum class TextureWrapType : bool {
Repeat,
};
+enum class RenderbufferPixelType : uint8_t {
+ RGBA,
+ Depth,
+ DepthStencil,
+};
+
} // namespace gfx
} // namespace mbgl