Pass QML Type

エフェクトのレンダーパスを定義します。詳細...

Import Statement: import QtQuick3D
Inherits:

QtObject

プロパティ

詳細説明

Effect は複数のレンダーパスで構成されることがあります。各レンダー パスには、render commands のリストが実行されるセットアップ フェーズ、output buffer 、エフェクトのレンダリングに使用するshaders のリストがあります。

複数のレンダリングパスのセットアップ方法の詳細については、Effect のドキュメントを参照してください。

プロパティ ドキュメント

commands : list

パスのレンダーcommands のリストを指定します。


output : Buffer

パスの出力buffer を指定します。


shaders : list

パスのshaders のリストを指定します。


© 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.