Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIViewDesc
| Name | EBufferType |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
Syntax
enum EBufferType
{
Unknown = 0,
Typed = 1,
Structured = 2,
AccelerationStructure = 3,
Raw = 4,
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| Typed | |
| Structured | |
| AccelerationStructure | |
| Raw |