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
qopenxrgraphics_opengl.cpp File Reference

(bddd66d7f25e045b16a9368e3d1ae60ed6b886a2)

#include "qopenxrgraphics_opengl_p.h"
#include "qopenxrhelpers_p.h"
#include <QtGui/QOpenGLContext>
#include <QtQuick/QQuickWindow>
#include <QtQuick/private/qquickrendertarget_p.h>
#include <rhi/qrhi.h>
Include dependency graph for qopenxrgraphics_opengl.cpp:

Go to the source code of this file.

Macros

#define GL_RGBA8   0x8058
#define GL_SRGB8_ALPHA8_EXT   0x8C43
#define GL_DEPTH_COMPONENT16   0x81A5
#define GL_DEPTH_COMPONENT24   0x81A6
#define GL_DEPTH_COMPONENT32F   0x8CAC
#define GL_DEPTH24_STENCIL8   0x88F0

Macro Definition Documentation

◆ GL_DEPTH24_STENCIL8

#define GL_DEPTH24_STENCIL8   0x88F0

Definition at line 36 of file qopenxrgraphics_opengl.cpp.

◆ GL_DEPTH_COMPONENT16

#define GL_DEPTH_COMPONENT16   0x81A5

Definition at line 24 of file qopenxrgraphics_opengl.cpp.

◆ GL_DEPTH_COMPONENT24

#define GL_DEPTH_COMPONENT24   0x81A6

Definition at line 28 of file qopenxrgraphics_opengl.cpp.

◆ GL_DEPTH_COMPONENT32F

#define GL_DEPTH_COMPONENT32F   0x8CAC

Definition at line 32 of file qopenxrgraphics_opengl.cpp.

◆ GL_RGBA8

#define GL_RGBA8   0x8058

Definition at line 16 of file qopenxrgraphics_opengl.cpp.

◆ GL_SRGB8_ALPHA8_EXT

#define GL_SRGB8_ALPHA8_EXT   0x8C43

Definition at line 20 of file qopenxrgraphics_opengl.cpp.