Navigation
API > API/Runtime > API/Runtime/RHI
| Name | ERHIDescriptorHeapType |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path | #include "RHIDefinitions.h" |
Syntax
enum ERHIDescriptorHeapType
{
Standard,
Sampler,
RenderTarget,
DepthStencil,
Count,
Invalid = MAX_uint8,
}
Values
| Name | Remarks |
|---|---|
| Standard | |
| Sampler | |
| RenderTarget | |
| DepthStencil | |
| Count | |
| Invalid |