mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
qt: ensure GL_DRAW_FRAMEBUFFER
This commit is contained in:
parent
cf1bb83d8d
commit
d9b55f6575
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
|||
#ifndef GL_READ_FRAMEBUFFER
|
||||
#define GL_READ_FRAMEBUFFER 0x8CA8
|
||||
#endif
|
||||
#ifndef GL_DRAW_FRAMEBUFFER
|
||||
#define GL_DRAW_FRAMEBUFFER 0x8CA9
|
||||
#endif
|
||||
|
||||
/**
|
||||
* SECTION:
|
||||
|
|
Loading…
Reference in a new issue