![]() |
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_opengles_p.h>
Public Member Functions | |
| QOpenXRGraphicsOpenGLES () | |
| 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 |
| QRhi * | rhi () const override |
| void | releaseResources () override |
| Public Member Functions inherited from QAbstractOpenXRGraphics | |
| QAbstractOpenXRGraphics () | |
| virtual | ~QAbstractOpenXRGraphics () |
| virtual void | setupWindow (QQuickWindow *) |
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_opengles_p.h.
| QOpenXRGraphicsOpenGLES::QOpenXRGraphicsOpenGLES | ( | ) |
Definition at line 17 of file qopenxrgraphics_opengles.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 117 of file qopenxrgraphics_opengles.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 85 of file qopenxrgraphics_opengles.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 100 of file qopenxrgraphics_opengles.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 59 of file qopenxrgraphics_opengles.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 30 of file qopenxrgraphics_opengles.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 36 of file qopenxrgraphics_opengles.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 25 of file qopenxrgraphics_opengles.cpp.
|
overridevirtual |
Reimplemented from QAbstractOpenXRGraphics.
Definition at line 190 of file qopenxrgraphics_opengles.cpp.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 130 of file qopenxrgraphics_opengles.cpp.
|
inlineoverridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 42 of file qopenxrgraphics_opengles_p.h.
|
overridevirtual |
Implements QAbstractOpenXRGraphics.
Definition at line 42 of file qopenxrgraphics_opengles.cpp.
References OpenXRHelpers::checkXrResult().