![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohoseglplatformcontext.h>
Public Attributes | |
| QSurfaceFormat | format = QSurfaceFormat::defaultFormat() |
| EGLDisplay | display = eglGetDisplay(EGL_DEFAULT_DISPLAY) |
| QPlatformOpenGLContext * | optionalShareContext {nullptr} |
| EGLConfig * | optionalConfig = nullptr |
| Flags | optionalFlags = Flags{} |
Definition at line 15 of file qohoseglplatformcontext.h.
| EGLDisplay QOhosEGLPlatformContext::CreateInfo::display = eglGetDisplay(EGL_DEFAULT_DISPLAY) |
Definition at line 18 of file qohoseglplatformcontext.h.
| QSurfaceFormat QOhosEGLPlatformContext::CreateInfo::format = QSurfaceFormat::defaultFormat() |
Definition at line 17 of file qohoseglplatformcontext.h.
| EGLConfig* QOhosEGLPlatformContext::CreateInfo::optionalConfig = nullptr |
Definition at line 20 of file qohoseglplatformcontext.h.
Definition at line 21 of file qohoseglplatformcontext.h.
| QPlatformOpenGLContext* QOhosEGLPlatformContext::CreateInfo::optionalShareContext {nullptr} |
Definition at line 19 of file qohoseglplatformcontext.h.