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// Qt-Security score:significant reason:default
4
5
6#ifndef QSSGRENDERBASETYPES_H
7#define QSSGRENDERBASETYPES_H
8
9//
10// W A R N I N G
11// -------------
12//
13// This file is part of the QtQuick3D API, with limited compatibility guarantees.
14// Usage of this API may make your code source and binary incompatible with
15// future versions of Qt.
16//
17
18#include <QtCore/qtypes.h>
19
20#include <QtCore/qlist.h>
21
22QT_BEGIN_NAMESPACE
23
24enum class QSSGNodeId : quint64 { Invalid = 0 };
25enum class QSSGResourceId : quint64 { Invalid = 0 };
26enum class QSSGCameraId : quint64 { Invalid = 0 };
27enum class QSSGExtensionId : quint64 { Invalid = 0 };
28
29using QSSGNodeIdList = QList<QSSGNodeId>;
30
31QT_END_NAMESPACE
32
33#endif // QSSGRENDERBASETYPES_H
QSSGExtensionId