Navigation
API > API/Runtime > API/Runtime/RHICore > API/Runtime/RHICore/FRHIDescriptorAllocator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< FRHIDescriptorAllocation > Allocate
(
uint32 NumDescriptors |
RHIDescriptorAllocator.h | ||
FRHIDescriptorHandle Allocate
(
ERHIDescriptorType InType |
RHIDescriptorAllocator.h |
Allocate(uint32)
| Name | Allocate |
| Type | function |
| Header File | /Engine/Source/Runtime/RHICore/Public/RHIDescriptorAllocator.h |
| Include Path | #include "RHIDescriptorAllocator.h" |
| Source | /Engine/Source/Runtime/RHICore/Private/RHIDescriptorAllocator.cpp |
TOptional < FRHIDescriptorAllocation > Allocate
(
uint32 NumDescriptors
)
Allocate(ERHIDescriptorType)
| Name | Allocate |
| Type | function |
| Header File | /Engine/Source/Runtime/RHICore/Public/RHIDescriptorAllocator.h |
| Include Path | #include "RHIDescriptorAllocator.h" |
| Source | /Engine/Source/Runtime/RHICore/Private/RHIDescriptorAllocator.cpp |
FRHIDescriptorHandle Allocate
(
ERHIDescriptorType InType
)