Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
ARB Namespace Reference

Functions

static int choosePixelFormat (HDC hdc, const QOpenGLStaticContext &staticContext, const QSurfaceFormat &format, const QWindowsOpenGLAdditionalFormat &additional, PIXELFORMATDESCRIPTOR *obtainedPfd)
 
static QSurfaceFormat qSurfaceFormatFromHDC (const QOpenGLStaticContext &staticContext, HDC hdc, int pixelFormat, QWindowsOpenGLAdditionalFormat *additionalIn=nullptr)
 
static HGLRC createContext (const QOpenGLStaticContext &staticContext, HDC hdc, const QSurfaceFormat &format, const QWindowsOpenGLAdditionalFormat &, HGLRC shared=nullptr)
 

Function Documentation

◆ choosePixelFormat()

static int ARB::choosePixelFormat ( HDC hdc,
const QOpenGLStaticContext & staticContext,
const QSurfaceFormat & format,
const QWindowsOpenGLAdditionalFormat & additional,
PIXELFORMATDESCRIPTOR * obtainedPfd )
static

◆ createContext()

static HGLRC ARB::createContext ( const QOpenGLStaticContext & staticContext,
HDC hdc,
const QSurfaceFormat & format,
const QWindowsOpenGLAdditionalFormat & ,
HGLRC shared = nullptr )
static

◆ qSurfaceFormatFromHDC()

static QSurfaceFormat ARB::qSurfaceFormatFromHDC ( const QOpenGLStaticContext & staticContext,
HDC hdc,
int pixelFormat,
QWindowsOpenGLAdditionalFormat * additionalIn = nullptr )
static