QRenderAspect Class

class Qt3DRender::QRenderAspect

QRenderAspectクラスです。詳細...

ヘッダ #include <Qt3DRender/QRenderAspect>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
を継承する: Qt3DCore::QAbstractAspect
ステータス非推奨

パブリックな型

enum SubmissionType { Automatic, Manual }

パブリック関数

QRenderAspect(QObject *parent = nullptr)
QRenderAspect(Qt3DRender::QRenderAspect::SubmissionType submissionType, QObject *parent = nullptr)

詳細説明

メンバー型ドキュメント

enum QRenderAspect::SubmissionType

定数説明
Qt3DRender::QRenderAspect::Automatic0QRenderAspect は、GPU にレンダリングコマンドを送信します。
Qt3DRender::QRenderAspect::Manual1ユーザーは、GPUにレンダリングコマンドを送信する適切なタイミングをQRenderAspect

メンバー関数ドキュメント

[explicit] QRenderAspect::QRenderAspect(QObject *parent = nullptr)

コンストラクタは、指定されたparent で新しいQRenderAspect::QRenderAspect インスタンスを作成します。このコンストラクタは投稿タイプをAutomaticに設定します。

[explicit] QRenderAspect::QRenderAspect(Qt3DRender::QRenderAspect::SubmissionType submissionType, QObject *parent = nullptr)

コンストラクタは、指定されたparent で新しいQRenderAspect::QRenderAspect インスタンスを作成します。submissionType は、RenderAspectがレンダリング送信を担当するのか、またはユーザーがレンダリング送信を担当するのかを指定します。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.