#include <VulkanMemory.h>
◆ FVulkanAllocation()
| VulkanRHI::FVulkanAllocation::FVulkanAllocation |
( |
| ) |
|
◆ ~FVulkanAllocation()
| VulkanRHI::FVulkanAllocation::~FVulkanAllocation |
( |
| ) |
|
◆ BindBuffer()
◆ BindImage()
◆ Disown()
| void VulkanRHI::FVulkanAllocation::Disown |
( |
| ) |
|
◆ FlushMappedMemory()
◆ Free()
◆ GetBufferAlignment()
◆ GetBufferHandle()
| VkBuffer VulkanRHI::FVulkanAllocation::GetBufferHandle |
( |
| ) |
const |
◆ GetDeviceMemoryHandle()
◆ GetMappedPointer()
◆ GetSubresourceAllocator()
◆ GetType()
| EVulkanAllocationType VulkanRHI::FVulkanAllocation::GetType |
( |
| ) |
const |
|
inline |
◆ HasAllocation()
| bool VulkanRHI::FVulkanAllocation::HasAllocation |
( |
| ) |
const |
◆ Init()
| void VulkanRHI::FVulkanAllocation::Init |
( |
EVulkanAllocationType |
Type, |
|
|
EVulkanAllocationMetaType |
MetaType, |
|
|
uint64 |
Handle, |
|
|
uint32 |
InSize, |
|
|
uint32 |
AlignedOffset, |
|
|
uint32 |
AllocatorIndex, |
|
|
uint32 |
AllocationIndex, |
|
|
uint32 |
BufferId |
|
) |
| |
◆ InvalidateMappedMemory()
◆ IsValid()
| bool VulkanRHI::FVulkanAllocation::IsValid |
( |
| ) |
const |
◆ Own()
| void VulkanRHI::FVulkanAllocation::Own |
( |
| ) |
|
◆ Reference()
◆ SetType()
| void VulkanRHI::FVulkanAllocation::SetType |
( |
EVulkanAllocationType |
InType | ) |
|
|
inline |
◆ Swap()
◆ AllocationIndex
| uint32 VulkanRHI::FVulkanAllocation::AllocationIndex = 0 |
◆ AllocatorIndex
| uint16 VulkanRHI::FVulkanAllocation::AllocatorIndex = 0 |
◆ bHasOwnership
| uint8 VulkanRHI::FVulkanAllocation::bHasOwnership |
◆ bTransient
| uint8 VulkanRHI::FVulkanAllocation::bTransient |
◆ HandleId
| uint32 VulkanRHI::FVulkanAllocation::HandleId = 0 |
◆ MetaType
| EVulkanAllocationMetaType VulkanRHI::FVulkanAllocation::MetaType = EVulkanAllocationMetaUnknown |
◆ Offset
| uint32 VulkanRHI::FVulkanAllocation::Offset = 0 |
◆ Size
| uint32 VulkanRHI::FVulkanAllocation::Size = 0 |
◆ Type
| uint8 VulkanRHI::FVulkanAllocation::Type |
◆ VulkanHandle
| uint64 VulkanRHI::FVulkanAllocation::VulkanHandle = 0 |
The documentation for this class was generated from the following files: