![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 <qpa/qplatformnativeinterface.h>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 |
Functions | |
| template<typename T> | |
| T * | typed_calloc () |
| #define GL_DEPTH24_STENCIL8 0x88F0 |
Definition at line 46 of file qopenxrgraphics_opengl.cpp.
| #define GL_DEPTH_COMPONENT16 0x81A5 |
Definition at line 34 of file qopenxrgraphics_opengl.cpp.
| #define GL_DEPTH_COMPONENT24 0x81A6 |
Definition at line 38 of file qopenxrgraphics_opengl.cpp.
| #define GL_DEPTH_COMPONENT32F 0x8CAC |
Definition at line 42 of file qopenxrgraphics_opengl.cpp.
| #define GL_RGBA8 0x8058 |
Definition at line 26 of file qopenxrgraphics_opengl.cpp.
| #define GL_SRGB8_ALPHA8_EXT 0x8C43 |
Definition at line 30 of file qopenxrgraphics_opengl.cpp.
| T * typed_calloc | ( | ) |
Definition at line 50 of file qopenxrgraphics_opengl.cpp.