BlendEquationArguments QML Type
ブレンド情報のカプセル化:入力される値(これから描画されるもの)が既存の値(すでに描画されているもの)にどのような影響を与えるかを指定します。詳細...
| Import Statement: | import Qt3D.Render 2.11 |
| In C++: | QBlendEquationArguments |
| Inherits: | |
| Status: | Deprecated |
プロパティ
- bufferIndex : int
- destinationAlpha : enumeration
- destinationRgb : enumeration
- sourceAlpha : enumeration
- sourceRgb : enumeration
詳細説明
OpenGL pre-3.0:すべての描画バッファに同じブレンド状態を設定 OpenGL 3.0-pre4.0:すべての描画バッファに対して同じブレンド状態を設定するが、特定のバッファに対してブレンドを無効にすることができる OpenGL 4.0+: 各描画バッファに対して個別にブレンド状態を設定することができる。
プロパティ・ドキュメント
bufferIndex : int
このBlendEquationArguments が適用される Draw Buffer のインデックスを指定します。負の場合は、すべての Draw Buffer に適用されます。
destinationAlpha : enumeration
destinationRgb : enumeration
sourceAlpha : enumeration
sourceRgb : enumeration
© 2026 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.