Index: src/gpu/gl/GrGLDefines.h |
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h |
index 0dbd425f0dae2bc93db8d61fbe25ea9df3503ef5..a4dc2f782b0eefb1a3322775c3f56cd2465212db 100644 |
--- a/src/gpu/gl/GrGLDefines.h |
+++ b/src/gpu/gl/GrGLDefines.h |
@@ -691,6 +691,11 @@ |
#define GR_GL_DEPTH_ATTACHMENT 0x8D00 |
#define GR_GL_STENCIL_ATTACHMENT 0x8D20 |
+// GL_EXT_discard_framebuffer |
+#define GR_GL_COLOR 0x1800 |
+#define GR_GL_DEPTH 0x1801 |
+#define GR_GL_STENCIL 0x1802 |
+ |
#define GR_GL_NONE 0 |
#define GR_GL_FRAMEBUFFER_COMPLETE 0x8CD5 |