1// Copyright (C) 2020 Klaralvdalens Datakonsult AB (KDAB).
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QT3DRENDER_QRENDERAPI_H
5#define QT3DRENDER_QRENDERAPI_H
6
7#include <Qt3DRender/qt3drender_global.h>
8
9QT_BEGIN_NAMESPACE
10
11namespace Qt3DRender {
12
13enum class API {
14 OpenGL,
15 Vulkan,
16 DirectX,
17 Metal,
18 RHI,
19 Null
20};
21
22} // namespace Qt3Drender
23
24QT_END_NAMESPACE
25
26#endif // QT3DRENDER_QRENDERAPI_H
27

source code of qt3d/src/render/frontend/qrenderapi.h