Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | EGBufferChecker |
| Type | enum |
| Header File | /Engine/Source/Runtime/RenderCore/Public/GBufferInfo.h |
| Include Path | #include "GBufferInfo.h" |
Syntax
enum EGBufferChecker
{
GBCH_Invalid,
GBCH_Even,
GBCH_Odd,
GBCH_Both,
GBCH_Num,
}
Values
| Name | Remarks |
|---|---|
| GBCH_Invalid | |
| GBCH_Even | |
| GBCH_Odd | |
| GBCH_Both | |
| GBCH_Num |