1// Copyright (C) 2015 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_QFRUSTUMCULLING_H
5#define QT3DRENDER_QFRUSTUMCULLING_H
6
7#include <Qt3DRender/qframegraphnode.h>
8
9QT_BEGIN_NAMESPACE
10
11namespace Qt3DRender {
12
13class Q_3DRENDERSHARED_EXPORT QFrustumCulling : public QFrameGraphNode
14{
15 Q_OBJECT
16public:
17 explicit QFrustumCulling(Qt3DCore::QNode *parent = nullptr);
18 ~QFrustumCulling();
19};
20
21} // Qt3DRender
22
23QT_END_NAMESPACE
24
25#endif // QT3DRENDER_QFRUSTUMCULLING_H
26

source code of qt3d/src/render/framegraph/qfrustumculling.h