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
qabstractopenxrgraphics.cpp
Go to the documentation of this file.
1
// Copyright (C) 2024 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
// Qt-Security score:significant reason:default
4
5
6
#
include
"qabstractopenxrgraphics_p.h"
7
8
QT_BEGIN_NAMESPACE
9
10
QAbstractOpenXRGraphics::QAbstractOpenXRGraphics()
11
{
12
13
}
14
15
void
QAbstractOpenXRGraphics
::
setupWindow
(QQuickWindow *)
16
{
17
18
}
19
20
bool
QAbstractOpenXRGraphics
::hasExtension(
const
QVector<XrExtensionProperties> &extensions,
const
char
*extensionName)
21
{
22
for
(
const
auto
&extension : extensions) {
23
if
(!strcmp(extensionName, extension.extensionName)) {
24
return
true
;
25
}
26
}
27
return
false
;
28
}
29
30
QT_END_NAMESPACE
QAbstractOpenXRGraphics
Definition
qabstractopenxrgraphics_p.h:34
QAbstractOpenXRGraphics::setupWindow
virtual void setupWindow(QQuickWindow *)
Definition
qabstractopenxrgraphics.cpp:15
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtquick3d
src
xr
quick3dxr
openxr
qabstractopenxrgraphics.cpp
Generated on
for Qt by
1.16.1