Index: ui/gl/gl_bindings.h |
diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h |
index 595a31f8e0b4e7f81d93701ea17da6d9c1a37273..0d25bbec9763882a5e33fe55931c11eb5c935335 100644 |
--- a/ui/gl/gl_bindings.h |
+++ b/ui/gl/gl_bindings.h |
@@ -272,6 +272,14 @@ |
#define GL_CONTEXT_LOST_KHR 0x0507 |
#endif /* GL_KHR_robustness */ |
+#ifndef GL_EXT_texture_rg |
+#define GL_EXT_texture_rg 1 |
+#define GL_RED_EXT 0x1903 |
+#define GL_RG_EXT 0x8227 |
+#define GL_R8_EXT 0x8229 |
+#define GL_RG8_EXT 0x822B |
+#endif /* GL_EXT_texture_rg */ |
+ |
#define GL_GLEXT_PROTOTYPES 1 |
#if defined(OS_WIN) |