6#ifndef QQUICK3DXRANIMATIONDRIVER_P_H
7#define QQUICK3DXRANIMATIONDRIVER_P_H
21#include <QtCore/QAnimationDriver>
25class QQuick3DXrAnimationDriver :
public QAnimationDriver
28 QQuick3DXrAnimationDriver();
29 void advance() override;
30 qint64 elapsed()
const override;
32 void setStep(
int stepSize);
35 void start() override;
bool event(QEvent *event) override
This virtual function receives events to an object and should return true if the event e was recogniz...
void startWaitingForFrame()
static constexpr QEvent::Type asQEvent(QQuick3DOpenXRThreadWorker::Event event)
bool supportsFBPassthrough() const
bool isDepthSubmissionEnabled() const
QQuick3DXrManagerPrivate(QQuick3DXrManager &manager)
void setupWindow(QQuickWindow *window)
bool finalizeGraphics(QRhi *rhi)
QVersionNumber runtimeVersion() const
QtQuick3DXr::ReferenceSpace getReferenceSpace() const
void setReferenceSpace(QtQuick3DXr::ReferenceSpace newReferenceSpace)
bool isPassthroughEnabled() const
QStringList enabledExtensions() const
bool setTransparentBlendMode(bool enable)
~QQuick3DXrManagerPrivate()
bool supportsPassthrough() const
bool setupGraphics(QQuickWindow *window)
void setMultiViewRenderingEnabled(bool enable)
bool isMultiViewRenderingEnabled() const
bool supportsTransparentBlendMode() const
void setDepthSubmissionEnabled(bool enable)
static QQuick3DXrManagerPrivate * get(QQuick3DXrManager *manager)
void setFBPassthroughEnabled(bool enable)
QString errorString() const
void setSamples(int samples)
void getDefaultClipDistances(float &nearClip, float &farClip) const
bool isGraphicsInitialized() const
bool setPassthroughEnabled(bool enable)
QString runtimeName() const
static bool isMultiviewRenderingDisabled()
Combined button and popup list for selecting options.
@ ReferenceSpaceLocalFloor
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcQIORing)
#define MAKE_TO_STRING_FUNC(enumType)
static bool isApiLayerSupported(const char *layerName, const QVector< XrApiLayerProperties > &apiLayerProperties)
#define ENUM_CASE_STR(name, val)
static const char s_workerThreadName[]
static QtQuick3DXr::ReferenceSpace getReferenceSpaceType(XrReferenceSpaceType referenceSpace)
static std::pair< XrResult, XrFrameState > waitForNextFrame(XrSession session)
static bool isExtensionSupported(const char *extensionName, const QVector< XrExtensionProperties > &instanceExtensionProperties, uint32_t *extensionVersion=nullptr)