summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qfrustumculling.h
blob: 7b219a37d0ab27a7df314eb7b26ff2c91d830ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Copyright (C) 2015 Klaralvdalens Datakonsult AB (KDAB).
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QT3DRENDER_QFRUSTUMCULLING_H
#define QT3DRENDER_QFRUSTUMCULLING_H

#include <Qt3DRender/qframegraphnode.h>

QT_BEGIN_NAMESPACE

namespace Qt3DRender {

class Q_3DRENDERSHARED_EXPORT QFrustumCulling : public QFrameGraphNode
{
    Q_OBJECT
public:
    explicit QFrustumCulling(Qt3DCore::QNode *parent = nullptr);
    ~QFrustumCulling();
};

} // Qt3DRender

QT_END_NAMESPACE

#endif // QT3DRENDER_QFRUSTUMCULLING_H