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
QWindowsOpenGLTester Class Reference

#include <qwindowsopengltester.h>

+ Collaboration diagram for QWindowsOpenGLTester:

Public Types

enum  Renderer {
  InvalidRenderer = 0x0000 , DesktopGl = 0x0001 , SoftwareRasterizer = 0x0020 , RendererMask = 0x00FF ,
  DisableRotationFlag = 0x0100 , DisableProgramCacheFlag = 0x0200
}
 

Static Public Member Functions

static Renderer requestedRenderer ()
 
static QWindowsOpenGLTester::Renderers supportedRenderers (Renderer requested)
 

Detailed Description

Definition at line 38 of file qwindowsopengltester.h.

Member Enumeration Documentation

◆ Renderer

Enumerator
InvalidRenderer 
DesktopGl 
SoftwareRasterizer 
RendererMask 
DisableRotationFlag 
DisableProgramCacheFlag 

Definition at line 41 of file qwindowsopengltester.h.

Member Function Documentation

◆ requestedRenderer()

QWindowsOpenGLTester::Renderer QWindowsOpenGLTester::requestedRenderer ( )
static

Definition at line 197 of file qwindowsopengltester.cpp.

References Qt::AA_UseDesktopOpenGL, Qt::AA_UseOpenGLES, Qt::AA_UseSoftwareOpenGL, DesktopGl, InvalidRenderer, qCWarning, qEnvironmentVariableIsSet(), qgetenv(), qWarning, SoftwareRasterizer, and QCoreApplication::testAttribute().

+ Here is the call graph for this function:

◆ supportedRenderers()

QWindowsOpenGLTester::Renderers QWindowsOpenGLTester::supportedRenderers ( Renderer requested)
static

Definition at line 289 of file qwindowsopengltester.cpp.

References GpuDescription::detect(), and qCDebug.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: