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
qssgrenderbasetypes.h
Go to the documentation of this file.
1
// Copyright (C) 2023 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4
#
ifndef
QSSGRENDERBASETYPES_H
5
#
define
QSSGRENDERBASETYPES_H
6
7
//
8
// W A R N I N G
9
// -------------
10
//
11
// This file is part of the QtQuick3D API, with limited compatibility guarantees.
12
// Usage of this API may make your code source and binary incompatible with
13
// future versions of Qt.
14
//
15
16
#
include
<
QtCore
/
qtypes
.
h
>
17
18
#
include
<
QtCore
/
qlist
.
h
>
19
20
QT_BEGIN_NAMESPACE
21
22
enum
class
QSSGNodeId : quint64 { Invalid = 0 };
23
enum
class
QSSGResourceId
:
quint64
{
Invalid
= 0 };
24
enum
class
QSSGCameraId
:
quint64
{
Invalid
= 0 };
25
enum
class
QSSGExtensionId
:
quint64
{
Invalid
= 0 };
26
27
using
QSSGNodeIdList = QList<QSSGNodeId>;
28
29
QT_END_NAMESPACE
30
31
#
endif
// QSSGRENDERBASETYPES_H
QSSGCameraId
QSSGCameraId
Definition
qssgrenderbasetypes.h:24
QSSGCameraId::Invalid
@ Invalid
Definition
qssgrenderbasetypes.h:24
QSSGResourceId
QSSGResourceId
Definition
qssgrenderbasetypes.h:23
QSSGResourceId::Invalid
@ Invalid
Definition
qssgrenderbasetypes.h:23
QSSGExtensionId
QSSGExtensionId
Definition
qssgrenderbasetypes.h:25
QSSGExtensionId::Invalid
@ Invalid
Definition
qssgrenderbasetypes.h:25
qtquick3d
src
utils
qssgrenderbasetypes.h
Generated on
for Qt by
1.14.0