HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VE_VmaAllocation Class Reference

#include <VE_Memory.h>

+ Inheritance diagram for VE_VmaAllocation:

Public Member Functions

const VmaAllocationInfo & info () const
 
bool isValid () const
 
void free (VmaAllocator allocator)
 

Protected Attributes

VmaAllocation myAllocation = VK_NULL_HANDLE
 
VmaAllocationInfo myInfo
 

Friends

class VE_VmaMemoryAllocator
 

Detailed Description

Definition at line 38 of file VE_Memory.h.

Member Function Documentation

void VE_VmaAllocation::free ( VmaAllocator  allocator)
const VmaAllocationInfo& VE_VmaAllocation::info ( ) const
inline

Definition at line 41 of file VE_Memory.h.

bool VE_VmaAllocation::isValid ( ) const
inline

Definition at line 43 of file VE_Memory.h.

Friends And Related Function Documentation

Definition at line 49 of file VE_Memory.h.

Member Data Documentation

VmaAllocation VE_VmaAllocation::myAllocation = VK_NULL_HANDLE
protected

Definition at line 51 of file VE_Memory.h.

VmaAllocationInfo VE_VmaAllocation::myInfo
protected

Definition at line 52 of file VE_Memory.h.


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