Navigation
API > API/Runtime > API/Runtime/RHI
| Name | EPrimitiveTopologyType |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path | #include "RHIDefinitions.h" |
Syntax
enum EPrimitiveTopologyType
{
Triangle,
Patch,
Line,
Point,
Num,
NumBits = 2,
}
Values
| Name | Remarks |
|---|---|
| Triangle | |
| Patch | |
| Line | |
| Point | |
| Num | |
| NumBits |