![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MetalTempAllocator.h>
Inheritance diagram for FMetalTempAllocator:Public Member Functions | |
| FMetalTempAllocator (FMetalDevice &InDevice, uint32_t InMinAllocationSize, uint32_t InTargetAllocationLimit, uint32_t InAlignment) | |
| FMetalBufferPtr | Allocate (const uint32_t Size) |
| void | Cleanup () |
| virtual void | ReleaseBuffer (FMetalBuffer *) override |
| FMetalTempAllocator::FMetalTempAllocator | ( | FMetalDevice & | InDevice, |
| uint32_t | InMinAllocationSize, | ||
| uint32_t | InTargetAllocationLimit, | ||
| uint32_t | InAlignment | ||
| ) |
| FMetalBufferPtr FMetalTempAllocator::Allocate | ( | const uint32_t | Size | ) |
| void FMetalTempAllocator::Cleanup | ( | ) |
|
inlineoverridevirtual |
Implements IMetalBufferAllocator.