glformat: add compatibility definitions for OES/rectangle textures

This commit is contained in:
Matthew Waters 2015-12-14 17:05:31 +11:00 committed by Tim-Philipp Müller
parent dc02d47092
commit d1812fc73c

View file

@ -47,6 +47,13 @@
#define GL_RG8 0x822B
#endif
#ifndef GL_TEXTURE_RECTANGLE
#define GL_TEXTURE_RECTANGLE 0x84F5
#endif
#ifndef GL_TEXTURE_EXTERNAL_OES
#define GL_TEXTURE_EXTERNAL_OES 0x8D65
#endif
static inline guint
_gl_format_n_components (guint format)
{