Navigation
API > API/Runtime > API/Runtime/RHI
| Name | ETransitionFlag |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHITransition.h |
| Include Path | #include "RHITransition.h" |
Syntax
enum ETransitionFlag
{
None = 0,
AllowDuringRenderPass = 1 << 0,
}
Values
| Name | Remarks |
|---|---|
| None | |
| AllowDuringRenderPass |