Navigation
API > API/Runtime > API/Runtime/RHI
| |
|
| Name |
ERequestedGPUCrash |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path |
#include "RHIDefinitions.h" |
Syntax
enum ERequestedGPUCrash
{
None = 0,
Type_Hang = 1 << 0,
Type_PageFault = 1 << 1,
Type_PlatformBreak = 1 << 2,
Type_Assert = 1 << 3,
Type_CmdListCorruption = 1 << 4,
Queue_Direct = 1 << 5,
Queue_Compute = 1 << 6,
}
Values
| Name |
Remarks |
| None |
|
| Type_Hang |
|
| Type_PageFault |
|
| Type_PlatformBreak |
|
| Type_Assert |
|
| Type_CmdListCorruption |
|
| Queue_Direct |
|
| Queue_Compute |
|