Navigation
API > API/Runtime > API/Runtime/RHI
| Name | ERHIDescriptorType |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path | #include "RHIDefinitions.h" |
Syntax
enum ERHIDescriptorType
{
BufferSRV,
BufferUAV,
TypedBufferSRV,
TypedBufferUAV,
TextureSRV,
TextureUAV,
CBV,
Sampler,
AccelerationStructure,
Invalid,
}
Values
| Name | Remarks |
|---|---|
| BufferSRV | |
| BufferUAV | |
| TypedBufferSRV | |
| TypedBufferUAV | |
| TextureSRV | |
| TextureUAV | |
| CBV | |
| Sampler | |
| AccelerationStructure | |
| Invalid |