diff options
Diffstat (limited to 'glew/auto/extensions/gl/GLX_EXT_context_priority')
-rw-r--r-- | glew/auto/extensions/gl/GLX_EXT_context_priority | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GLX_EXT_context_priority b/glew/auto/extensions/gl/GLX_EXT_context_priority new file mode 100644 index 0000000..285ca15 --- /dev/null +++ b/glew/auto/extensions/gl/GLX_EXT_context_priority @@ -0,0 +1,8 @@ +GLX_EXT_context_priority +https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf +GLX_EXT_context_priority + + GLX_CONTEXT_PRIORITY_LEVEL_EXT 0x3100 + GLX_CONTEXT_PRIORITY_HIGH_EXT 0x3101 + GLX_CONTEXT_PRIORITY_MEDIUM_EXT 0x3102 + GLX_CONTEXT_PRIORITY_LOW_EXT 0x3103 |