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#include "nodraw_p.h"
5#include <Qt3DRender/qnodraw.h>
6
7QT_BEGIN_NAMESPACE
8
9
10namespace Qt3DRender {
11namespace Render {
12
13using namespace Qt3DCore;
14
15NoDraw::NoDraw()
16 : FrameGraphNode(FrameGraphNode::NoDraw)
17{
18}
19
20NoDraw::~NoDraw()
21{
22}
23
24} // namespace Render
25} // namespace Qt3DRender
26
27QT_END_NAMESPACE
28

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of qt3d/src/render/framegraph/nodraw.cpp