diff options
| author | allusive-dev <[email protected]> | 2023-10-30 15:12:21 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-10-30 15:12:21 +1100 |
| commit | ac33357e7ce7c474aeaffc92e381020289d767a2 (patch) | |
| tree | 7f05fa79b3ccd7834f85cc65a07fbd4f8030eb94 /src/backend/gl/glx.h | |
| parent | Create FUNDING.yml (diff) | |
| download | compfy-1.0.0.tar.xz compfy-1.0.0.zip | |
Version 1.01.0.0
Diffstat (limited to 'src/backend/gl/glx.h')
| -rw-r--r-- | src/backend/gl/glx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/gl/glx.h b/src/backend/gl/glx.h index 1061f0b..44b4da0 100644 --- a/src/backend/gl/glx.h +++ b/src/backend/gl/glx.h @@ -55,6 +55,7 @@ struct glxext_info { bool has_GLX_ARB_create_context; bool has_GLX_EXT_buffer_age; bool has_GLX_MESA_query_renderer; + bool has_GLX_ARB_create_context_robustness; }; extern struct glxext_info glxext; |