mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
glframebuffer: add compatibility definition for GL_DEPTH_STENCIL_ATTACHMENT
GLES2 doesn't have it defined...
This commit is contained in:
parent
5da138d1ae
commit
01157c4433
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
||||||
#define GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS 0x8CD9
|
#define GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS 0x8CD9
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef GL_DEPTH_STENCIL_ATTACHMENT
|
||||||
|
#define GL_DEPTH_STENCIL_ATTACHMENT 0x821A
|
||||||
|
#endif
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_gl_framebuffer_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_gl_framebuffer_debug);
|
||||||
#define GST_CAT_DEFAULT gst_gl_framebuffer_debug
|
#define GST_CAT_DEFAULT gst_gl_framebuffer_debug
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue