Navigation
API > API/Runtime > API/Runtime/RHICore
| Name | FRHIHeapDescriptorAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/RHICore/Public/RHIDescriptorAllocator.h |
| Include Path | #include "RHIDescriptorAllocator.h" |
Syntax
class FRHIHeapDescriptorAllocator : protected FRHIDescriptorAllocator
Inheritance Hierarchy
- FRHIDescriptorAllocator → FRHIHeapDescriptorAllocator
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHIDescriptorAllocator.h | |||
FRHIHeapDescriptorAllocator
(
ERHIDescriptorHeapType InType, |
RHIDescriptorAllocator.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Type | ERHIDescriptorHeapType | RHIDescriptorAllocator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHIDescriptorAllocator.h | |||
bool Allocate
(
uint32 NumDescriptors, |
RHIDescriptorAllocator.h | ||
void Free
(
FRHIDescriptorHandle InHandle |
RHIDescriptorAllocator.h | ||
void Free
(
uint32 Slot, |
RHIDescriptorAllocator.h | ||
bool GetAllocatedRange
(
FRHIDescriptorAllocatorRange& OutRange |
Get the range of allocated descriptors. Useful for determining the smallest range to copy between heaps. | RHIDescriptorAllocator.h | |
uint32 GetCapacity() |
RHIDescriptorAllocator.h | ||
ERHIDescriptorHeapType GetType() |
RHIDescriptorAllocator.h | ||
bool HandlesAllocation
(
ERHIDescriptorHeapType InType |
RHIDescriptorAllocator.h | ||
FRHIDescriptorHandle ResizeGrowAndAllocate
(
uint32 InNewNumDescriptors, |
RHIDescriptorAllocator.h |