![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <D3D12DescriptorCache.h>
Inheritance diagram for FD3D12SubAllocatedOnlineHeap:Additional Inherited Members | |
Protected Attributes inherited from FD3D12OnlineHeap | |
| TRefCountPtr< FD3D12DescriptorHeap > | Heap |
| uint32 | NextSlotIndex = 0 |
| uint32 | FirstUsedSlot = 0 |
| const bool | bCanLoopAround |
Protected Attributes inherited from FD3D12DeviceChild | |
| FD3D12Device * | Parent |
Online heap which can be used by a FD3D12DescriptorCache to manage a block allocated from a GlobalHeap
| FD3D12SubAllocatedOnlineHeap::FD3D12SubAllocatedOnlineHeap | ( | FD3D12DescriptorCache & | DescriptorCache, |
| FD3D12CommandContext & | Context | ||
| ) |
Reimplemented from FD3D12OnlineHeap.
|
finaloverridevirtual |
Set the current command list which needs to be notified about changes
Reimplemented from FD3D12OnlineHeap.
|
finaloverridevirtual |
Handle roll over on the sub allocated online heap - needs a new block
Implements FD3D12OnlineHeap.