mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gl: update gles2 compatability header
This commit is contained in:
parent
730b88a677
commit
1e49da469d
1 changed files with 0 additions and 16 deletions
|
@ -28,30 +28,14 @@
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/* SUPPORTED */
|
/* SUPPORTED */
|
||||||
/* FIXME: On iOS this exists but maps to an actual BGRA extension */
|
|
||||||
#ifdef __APPLE__
|
|
||||||
#ifdef GL_BGRA
|
|
||||||
#undef GL_BGRA
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//FIXME:
|
//FIXME:
|
||||||
#define GL_RGB16 GL_RGB565
|
#define GL_RGB16 GL_RGB565
|
||||||
#define GL_RGB8 GL_RGB
|
#define GL_RGB8 GL_RGB
|
||||||
#define GL_RGBA8 GL_RGBA
|
#define GL_RGBA8 GL_RGBA
|
||||||
#define GL_BGRA GL_RGBA
|
|
||||||
#define GL_BGR GL_RGB
|
|
||||||
#define GL_UNSIGNED_INT_8_8_8_8 GL_UNSIGNED_BYTE
|
|
||||||
#define GL_UNSIGNED_INT_8_8_8_8_REV GL_UNSIGNED_BYTE
|
|
||||||
//END FIXME
|
//END FIXME
|
||||||
|
|
||||||
/* UNSUPPORTED */
|
/* UNSUPPORTED */
|
||||||
|
|
||||||
#define GL_YCBCR_MESA 0
|
|
||||||
#define GL_UNSIGNED_SHORT_8_8_MESA 0
|
|
||||||
#define GL_UNSIGNED_SHORT_8_8_MESA 0
|
|
||||||
#define GL_UNSIGNED_SHORT_8_8_REV_MESA 0
|
|
||||||
|
|
||||||
#define GL_COLOR_ATTACHMENT1 0
|
#define GL_COLOR_ATTACHMENT1 0
|
||||||
#define GL_COLOR_ATTACHMENT2 0
|
#define GL_COLOR_ATTACHMENT2 0
|
||||||
#ifndef GL_TEXTURE_ENV
|
#ifndef GL_TEXTURE_ENV
|
||||||
|
|
Loading…
Reference in a new issue