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
qtquick3druntimerenderglobal.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 QTQUICK3DRUNTIMERENDERGLOBAL_H
7#define QTQUICK3DRUNTIMERENDERGLOBAL_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 <QtQuick3DRuntimeRender/qtquick3druntimerenderexports.h>
19
20QT_BEGIN_NAMESPACE
21
22using QSSGPassKey = void *;
23
24QT_END_NAMESPACE
25
26#endif // QTQUICK3DRUNTIMERENDERGLOBAL_H