Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qssgrenderitem2d.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/qssgrenderitem2d_p.h>
6#include <QtQuick3DRuntimeRender/private/qssgrenderbuffermanager_p.h>
7#include <QtQuick/QSGTexture>
8
10
15
17{
18 // Normally it will be deleted when m_renderer destroyed
19 // by QQuick3DItem2D's connection
20 // But if this backend node may suddenly be deleted,
21 // it is safe to remain this deletion here.
22 delete m_rp;
23}
24
Combined button and popup list for selecting options.
QRhiRenderPassDescriptor * m_rp
Definition moc.h:23