Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOhosEGLPlatformContext::CreateInfo Struct Reference

#include <qohoseglplatformcontext.h>

Collaboration diagram for QOhosEGLPlatformContext::CreateInfo:

Public Attributes

QSurfaceFormat format = QSurfaceFormat::defaultFormat()
EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY)
QPlatformOpenGLContextoptionalShareContext {nullptr}
EGLConfig * optionalConfig = nullptr
Flags optionalFlags = Flags{}

Detailed Description

Definition at line 15 of file qohoseglplatformcontext.h.

Member Data Documentation

◆ display

EGLDisplay QOhosEGLPlatformContext::CreateInfo::display = eglGetDisplay(EGL_DEFAULT_DISPLAY)

Definition at line 18 of file qohoseglplatformcontext.h.

◆ format

QSurfaceFormat QOhosEGLPlatformContext::CreateInfo::format = QSurfaceFormat::defaultFormat()

Definition at line 17 of file qohoseglplatformcontext.h.

◆ optionalConfig

EGLConfig* QOhosEGLPlatformContext::CreateInfo::optionalConfig = nullptr

Definition at line 20 of file qohoseglplatformcontext.h.

◆ optionalFlags

Flags QOhosEGLPlatformContext::CreateInfo::optionalFlags = Flags{}

Definition at line 21 of file qohoseglplatformcontext.h.

◆ optionalShareContext

QPlatformOpenGLContext* QOhosEGLPlatformContext::CreateInfo::optionalShareContext {nullptr}

Definition at line 19 of file qohoseglplatformcontext.h.


The documentation for this struct was generated from the following file: