1// Copyright (C) 2018 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_RENDER_OPENGL_RENDERLOGGING_P_H
5#define QT3DRENDER_RENDER_OPENGL_RENDERLOGGING_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists for the convenience
12// of other Qt classes. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QLoggingCategory>
19
20QT_BEGIN_NAMESPACE
21
22namespace Qt3DRender {
23
24namespace Render {
25
26namespace OpenGL {
27
28Q_DECLARE_LOGGING_CATEGORY(Backend)
29Q_DECLARE_LOGGING_CATEGORY(Frontend)
30Q_DECLARE_LOGGING_CATEGORY(Io)
31Q_DECLARE_LOGGING_CATEGORY(Jobs)
32Q_DECLARE_LOGGING_CATEGORY(SceneLoaders)
33Q_DECLARE_LOGGING_CATEGORY(Framegraph)
34Q_DECLARE_LOGGING_CATEGORY(RenderNodes)
35Q_DECLARE_LOGGING_CATEGORY(Rendering)
36Q_DECLARE_LOGGING_CATEGORY(Memory)
37Q_DECLARE_LOGGING_CATEGORY(Shaders)
38Q_DECLARE_LOGGING_CATEGORY(RenderStates)
39Q_DECLARE_LOGGING_CATEGORY(VSyncAdvanceService)
40
41} // namespace OpenGL
42
43} // namespace Render
44
45} // namespace Qt3DRender
46
47QT_END_NAMESPACE
48
49#endif // QT3DRENDER_RENDER_OPENGL_RENDERLOGGING_P_H
50

source code of qt3d/src/plugins/renderers/opengl/renderer/logging_p.h