Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qssgrendermodel.cpp
Go to the documentation of this file.
1// Copyright (C) 2008-2012 NVIDIA Corporation.
2// Copyright (C) 2019 The Qt Company Ltd.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
4// Qt-Security score:significant reason:default
5
6
7#include <QtQuick3DRuntimeRender/private/qssgrendermodel_p.h>
8#include <QtQuick3DRuntimeRender/private/qssgrenderbuffermanager_p.h>
9#include <QtQuick3DRuntimeRender/private/qssgrendermesh_p.h>
10#include <QtQuick3DRuntimeRender/private/qssgrenderdefaultmaterial_p.h>
11
12QT_BEGIN_NAMESPACE
13
14QSSGRenderModel::QSSGRenderModel()
15 : QSSGRenderNode(QSSGRenderGraphObject::Type::Model, FlagT(Flags::HasGraphicsResources))
16{
17}
18
19QT_END_NAMESPACE