mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 04:48:06 +02:00
glxtokens.h: add GLX_EXT_framebuffer_sRGB support.
this is needed to glxcmds.c to emit this info.
This commit is contained in:
parent
f065686b32
commit
a50bd646df
1 changed files with 4 additions and 0 deletions
|
|
@ -278,6 +278,10 @@ extern "C" {
|
|||
#define GLX_SAMPLE_BUFFERS_SGIS 100000
|
||||
#define GLX_SAMPLES_SGIS 100001
|
||||
|
||||
/*
|
||||
* GLX_EXT_framebuffer_SRGB
|
||||
*/
|
||||
#define GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT 0x20B2
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue