|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| class | GHOST_ContextGLX |
Macros | |
| #define | GHOST_OPENGL_GLX_CONTEXT_FLAGS 0 |
| #define | GHOST_OPENGL_GLX_RESET_NOTIFICATION_STRATEGY 0 |
Functions | |
| int | GHOST_X11_GL_GetAttributes (int *attribs, int attribs_max, bool is_stereo_visual, bool need_alpha, bool for_fb_config) |
| #define GHOST_OPENGL_GLX_CONTEXT_FLAGS 0 |
Definition at line 17 of file GHOST_ContextGLX.hh.
Referenced by GHOST_SystemX11::createOffscreenContext(), and GHOST_WindowX11::newDrawingContext().
| #define GHOST_OPENGL_GLX_RESET_NOTIFICATION_STRATEGY 0 |
Definition at line 21 of file GHOST_ContextGLX.hh.
Referenced by GHOST_SystemX11::createOffscreenContext(), and GHOST_WindowX11::newDrawingContext().
| int GHOST_X11_GL_GetAttributes | ( | int * | attribs, |
| int | attribs_max, | ||
| bool | is_stereo_visual, | ||
| bool | need_alpha, | ||
| bool | for_fb_config ) |
Utility function to get GLX attributes.
| for_fb_config | There are some small differences in #glXChooseVisual and #glXChooseFBConfig's attribute encoding. |
Definition at line 340 of file GHOST_ContextGLX.cc.
References GHOST_ASSERT.
Referenced by GHOST_ContextGLX::initializeDrawingContext().