BufferInput QML Type

Effectのパスの入力として使用される入力バッファを定義します。詳細...

Import Statement: import QtQuick3D
Inherits:

Command

プロパティ

詳細説明

BufferInput はCommand で、EffectPass のコマンドリストに追加できます。 実行されると、レンダーパスのシェーダにサンプルとしてバッファを公開します。シェーダは、BufferInput のsampler プロパティで指定された名前のサンプラを宣言する必要があります。

これは、エフェクトの異なるパス間で中間結果を共有するために使用できます。

TextureInputも参照してください

プロパティ ドキュメント

buffer : Buffer

シェーダに公開するbuffer を指定します。


sampler : string

バッファがシェーダに公開される名前を指定します。このプロパティが設定されていない場合、バッファは組み込み名INPUT で公開されます。


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