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

(a9184325f9c07996639ab2f0ac19e4b449c34ba5)

#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>
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

Functions

template<typename T>
T * typed_calloc ()

Macro Definition Documentation

◆ GL_DEPTH24_STENCIL8

#define GL_DEPTH24_STENCIL8   0x88F0

Definition at line 46 of file qopenxrgraphics_opengl.cpp.

◆ GL_DEPTH_COMPONENT16

#define GL_DEPTH_COMPONENT16   0x81A5

Definition at line 34 of file qopenxrgraphics_opengl.cpp.

◆ GL_DEPTH_COMPONENT24

#define GL_DEPTH_COMPONENT24   0x81A6

Definition at line 38 of file qopenxrgraphics_opengl.cpp.

◆ GL_DEPTH_COMPONENT32F

#define GL_DEPTH_COMPONENT32F   0x8CAC

Definition at line 42 of file qopenxrgraphics_opengl.cpp.

◆ GL_RGBA8

#define GL_RGBA8   0x8058

Definition at line 26 of file qopenxrgraphics_opengl.cpp.

◆ GL_SRGB8_ALPHA8_EXT

#define GL_SRGB8_ALPHA8_EXT   0x8C43

Definition at line 30 of file qopenxrgraphics_opengl.cpp.

Function Documentation

◆ typed_calloc()

template<typename T>
T * typed_calloc ( )

Definition at line 50 of file qopenxrgraphics_opengl.cpp.