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
qssgrendermorphtarget.cpp
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4
5#include <QtQuick3DRuntimeRender/private/qssgrendermorphtarget_p.h>
6
7QT_BEGIN_NAMESPACE
8
9QSSGRenderMorphTarget::QSSGRenderMorphTarget()
10 : QSSGRenderGraphObject(QSSGRenderGraphObject::Type::MorphTarget)
11{
12}
13
14QSSGRenderMorphTarget::~QSSGRenderMorphTarget() = default;
15
16QT_END_NAMESPACE