![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <openxr/openxr.h>
#include <QtQuick3DXr/qtquick3dxrglobal.h>
#include <QQuaternion>
#include <QString>
#include <QVector3D>
Go to the source code of this file.
Namespaces | |
namespace | OpenXRHelpers |
Functions | |
QString | OpenXRHelpers::getXrResultAsString (XrResult result, XrInstance instance) |
bool | OpenXRHelpers::checkXrResult (XrResult result, XrInstance instance) |
bool | OpenXRHelpers::resolveXrFunction (XrInstance instance, const char *name, PFN_xrVoidFunction *function) |
QQuaternion | OpenXRHelpers::toQQuaternion (const XrQuaternionf &q) |
QVector3D | OpenXRHelpers::toQVector (const XrVector3f &v) |
template<typename T> | |
XrResult | OpenXRHelpers::safeCall () |
Safe call to OpenXR function. | |
template<typename... A> | |
XrResult | OpenXRHelpers::safeCall (XrResult(XRAPI_PTR *f)(A...), A... args) |