![]() |
Lumino
|
レンダー ターゲットのブレンディングステート More...
#include <RenderState.hpp>
Public Attributes | |
bool | blendEnable: 1 |
ブレンディングの有無 (default:false) | |
BlendFactor | sourceBlend: 4 |
入力元の RGB に対する係数 (default: One) | |
BlendFactor | destinationBlend: 4 |
出力先の RGB に対する係数 (default: Zero) | |
BlendOp | blendOp |
RGB のブレンディング操作 (default: Add) | |
BlendFactor | sourceBlendAlpha: 4 |
入力元のアルファ値に対する係数 (default: One) | |
BlendFactor | destinationBlendAlpha: 4 |
出力先のアルファ値に対する係数 (default: Zero) | |
BlendOp | blendOpAlpha: 4 |
アルファ値のブレンディング操作 (default: Add) | |
レンダー ターゲットのブレンディングステート