![]() |
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>
Public Types | |
| enum | PlatformType { PLATFORM_UNSUPPORTED , PLATFORM_EGL , PLATFORM_WAYLAND , PLATFORM_XLIB , PLATFORM_WIN32 } |
Public Member Functions | |
| QOpenXRGraphicsOpenGL () | |
| bool | initialize (const QVector< XrExtensionProperties > &extensions) override |
| QVector< const char * > | getRequiredExtensions () const override |
| const XrBaseInStructure * | handle () const override |
| bool | setupGraphics (const XrInstance &instance, XrSystemId &systemId, const QQuickGraphicsConfiguration &quickConfig) override |
| bool | finializeGraphics (QRhi *rhi) override |
| int64_t | colorSwapchainFormat (const QVector< int64_t > &swapchainFormats) const override |
| int64_t | depthSwapchainFormat (const QVector< int64_t > &swapchainFormats) const override |
| QVector< XrSwapchainImageBaseHeader * > | allocateSwapchainImages (int count, XrSwapchain swapchain) override |
| QQuickRenderTarget | renderTarget (const XrSwapchainSubImage &subImage, const XrSwapchainImageBaseHeader *swapchainImage, quint64 swapchainFormat, int samples, int arraySize, const XrSwapchainImageBaseHeader *depthSwapchainImage, quint64 depthSwapchainFormat) const override |
| void | setupWindow (QQuickWindow *window) override |
| QRhi * | rhi () const override |
| void | releaseResources () override |
| Public Member Functions inherited from QAbstractOpenXRGraphics | |
| QAbstractOpenXRGraphics () | |
| virtual | ~QAbstractOpenXRGraphics () |
Additional Inherited Members | |
| Static Public Member Functions inherited from QAbstractOpenXRGraphics | |
| static bool | hasExtension (const QVector< XrExtensionProperties > &extensions, const char *extensionName) |
Definition at line 26 of file qopenxrgraphics_opengl_p.h.
| Enumerator | |
|---|---|
| PLATFORM_UNSUPPORTED | |
| PLATFORM_EGL | |
| PLATFORM_WAYLAND | |
| PLATFORM_XLIB | |
| PLATFORM_WIN32 | |
Definition at line 31 of file qopenxrgraphics_opengl_p.h.
| QOpenXRGraphicsOpenGL::QOpenXRGraphicsOpenGL | ( | ) |
Definition at line 55 of file qopenxrgraphics_opengl.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 280 of file qopenxrgraphics_opengl.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 252 of file qopenxrgraphics_opengl.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 264 of file qopenxrgraphics_opengl.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 142 of file qopenxrgraphics_opengl.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 114 of file qopenxrgraphics_opengl.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 120 of file qopenxrgraphics_opengl.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 60 of file qopenxrgraphics_opengl.cpp.
|
overridevirtual |
Reimplemented from QAbstractOpenXRGraphics.
Definition at line 358 of file qopenxrgraphics_opengl.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 293 of file qopenxrgraphics_opengl.cpp.
|
inlineoverridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 45 of file qopenxrgraphics_opengl_p.h.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 126 of file qopenxrgraphics_opengl.cpp.
References OpenXRHelpers::checkXrResult().
|
overridevirtual |
Reimplemented from QAbstractOpenXRGraphics.
Definition at line 353 of file qopenxrgraphics_opengl.cpp.