UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VulkanRHI::FTempBlockAllocator::FTempMemoryBlock Struct Reference

#include <VulkanMemory.h>

Public Attributes

FVulkanAllocation Allocation
 
VkBuffer Buffer = 0
 
uint8MappedPointer = 0
 
VkDeviceAddress BufferAddress = 0
 
TArray< FVulkanSyncPointRefSyncPoints
 
std::atomic< uint32CurrentOffset = 0
 

Member Data Documentation

◆ Allocation

FVulkanAllocation VulkanRHI::FTempBlockAllocator::FTempMemoryBlock::Allocation

◆ Buffer

VkBuffer VulkanRHI::FTempBlockAllocator::FTempMemoryBlock::Buffer = 0

◆ BufferAddress

VkDeviceAddress VulkanRHI::FTempBlockAllocator::FTempMemoryBlock::BufferAddress = 0

◆ CurrentOffset

std::atomic<uint32> VulkanRHI::FTempBlockAllocator::FTempMemoryBlock::CurrentOffset = 0

◆ MappedPointer

uint8* VulkanRHI::FTempBlockAllocator::FTempMemoryBlock::MappedPointer = 0

◆ SyncPoints

TArray<FVulkanSyncPointRef> VulkanRHI::FTempBlockAllocator::FTempMemoryBlock::SyncPoints

The documentation for this struct was generated from the following file: