RenderTarget QML Type
RenderTargetクラスは、レンダラーがレンダリングできるターゲット(通常はフレームバッファオブジェクト)をカプセル化します。詳細...
Import Statement: | import Qt3D.Render 2.8 |
In C++: | QRenderTarget |
Status: | Deprecated |
プロパティ
- attachments : list<RenderTargetOutput>
詳細説明
RenderTarget はRenderTargetOutput オブジェクトで構成され、レンダーターゲットがレンダリングするバッファを指定します。ユーザーは、複数のテクスチャを異なるアタッチメントポイントにアタッチすることで、MRT(Multiple Render Targets)を指定することができます。ユーザーが同じアタッチメントポイントに複数のテクスチャをアタッチしようとすると、結果は未定義になります。レンダリング時には、RenderTargetSelector で指定された描画バッファのみが使用されます。
プロパティ ドキュメント
attachments : list<RenderTargetOutput> |
RenderTarget のアタッチメントを保持します。
© 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.