QRenderAspect Class

(Qt3DRender::QRenderAspect)

The QRenderAspect class. More...

Header: #include <Qt3DRender/QRenderAspect>
qmake: QT += 3drender
Since: Qt 5.7
Inherits: Qt3DCore::QAbstractAspect

Public Types

enum RenderType { Synchronous, Threaded }

Public Functions

QRenderAspect(QObject *parent = nullptr)
QRenderAspect(Qt3DRender::QRenderAspect::RenderType type, QObject *parent = nullptr)

Additional Inherited Members

Detailed Description

The QRenderAspect class.

Member Type Documentation

enum QRenderAspect::RenderType

Member Function Documentation

QRenderAspect::QRenderAspect(QObject *parent = nullptr)

The constructor creates a new QRenderAspect::QRenderAspect instance with the specified parent. parent

QRenderAspect::QRenderAspect(Qt3DRender::QRenderAspect::RenderType type, QObject *parent = nullptr)

The constructor creates a new QRenderAspect::QRenderAspect instance with the specified type and parent. type parent

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.11/qt3drender-qrenderaspect.html