![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwindowsglcontext.h>
Public Member Functions | |
void | apply (QSurfaceFormat *format) const |
Static Public Member Functions | |
static QWindowsOpenGLContextFormat | current () |
Public Attributes | |
QSurfaceFormat::OpenGLContextProfile | profile = QSurfaceFormat::NoProfile |
int | version = 0 |
QSurfaceFormat::FormatOptions | options |
majorVersion<<8 + minorVersion |
Definition at line 49 of file qwindowsglcontext.h.
void QWindowsOpenGLContextFormat::apply | ( | QSurfaceFormat * | format | ) | const |
Definition at line 872 of file qwindowsglcontext.cpp.
References version.
|
static |
Definition at line 839 of file qwindowsglcontext.cpp.
References QOpenGLStaticContext::opengl32, and version.
QSurfaceFormat::FormatOptions QWindowsOpenGLContextFormat::options |
majorVersion<<8 + minorVersion
Definition at line 56 of file qwindowsglcontext.h.
Referenced by testing.tools.test_runner._TestCaseRunner::_NewImageArtifact(), testing.tools.test_runner._TestCaseRunner::_RegenerateIfNeeded(), testing.tools.test_runner._PerProcessState::GetSkiaGoldTester(), testing.tools.test_runner._PerProcessConfig::InitializeFeatures(), testing.tools.test_runner.TestRunner::IsSkiaGoldEnabled(), testing.tools.test_runner._PerProcessConfig::NewFinder(), testing.tools.test_runner._TestCaseRunner::TestPixel(), and testing.tools.test_runner._TestCaseRunner::TestText().
QSurfaceFormat::OpenGLContextProfile QWindowsOpenGLContextFormat::profile = QSurfaceFormat::NoProfile |
Definition at line 54 of file qwindowsglcontext.h.
int QWindowsOpenGLContextFormat::version = 0 |
Definition at line 55 of file qwindowsglcontext.h.
Referenced by apply(), current(), and operator<<().