Navigation
API > API/Runtime > API/Runtime/RHI
| |
|
| Name |
EBlendFactor |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path |
#include "RHIDefinitions.h" |
Syntax
enum EBlendFactor
{
BF_Zero,
BF_One,
BF_SourceColor,
BF_InverseSourceColor,
BF_SourceAlpha,
BF_InverseSourceAlpha,
BF_DestAlpha,
BF_InverseDestAlpha,
BF_DestColor,
BF_InverseDestColor,
BF_ConstantBlendFactor,
BF_InverseConstantBlendFactor,
BF_Source1Color,
BF_InverseSource1Color,
BF_Source1Alpha,
BF_InverseSource1Alpha,
EBlendFactor_Num,
EBlendFactor_NumBits = 4,
}
Values
| Name |
Remarks |
| BF_Zero |
|
| BF_One |
|
| BF_SourceColor |
|
| BF_InverseSourceColor |
|
| BF_SourceAlpha |
|
| BF_InverseSourceAlpha |
|
| BF_DestAlpha |
|
| BF_InverseDestAlpha |
|
| BF_DestColor |
|
| BF_InverseDestColor |
|
| BF_ConstantBlendFactor |
|
| BF_InverseConstantBlendFactor |
|
| BF_Source1Color |
|
| BF_InverseSource1Color |
|
| BF_Source1Alpha |
|
| BF_InverseSource1Alpha |
|
| EBlendFactor_Num |
|
| EBlendFactor_NumBits |
|