Index: src/gpu/gl/GrGLDefines.h |
=================================================================== |
--- src/gpu/gl/GrGLDefines.h (revision 8240) |
+++ src/gpu/gl/GrGLDefines.h (working copy) |
@@ -658,6 +658,8 @@ |
#define GR_GL_DEPTH24_STENCIL8 0x88F0 |
#define GR_GL_MAX_SAMPLES 0x8D57 |
+// GL_IMG_multisampled_render_to_texture uses a different value for GL_MAX_SAMPLES |
+#define GR_GL_MAX_SAMPLES_IMG 0x9135 |
#define GR_GL_RENDERBUFFER_WIDTH 0x8D42 |
#define GR_GL_RENDERBUFFER_HEIGHT 0x8D43 |