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
qopenxrhelpers_p.h File Reference

(96fb5cb6b9a5a158b534420de6fe0e05b48cddd0)

#include <openxr/openxr.h>
#include <QtQuick3DXr/qtquick3dxrglobal.h>
#include <QQuaternion>
#include <QString>
#include <QVector3D>
Include dependency graph for qopenxrhelpers_p.h:
This graph shows which files directly or indirectly include this file:

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)