#include <VulkanMemoryAllocator.h>
Public Member Functions | |
| VulkanMemoryAllocator (VulkanState &vulkanState) | |
| Constructor Function. Create Specific ThreadPool. | |
| virtual | ~VulkanMemoryAllocator () override |
| Destructor Function. | |
Protected Attributes | |
| VulkanState & | m_VulkanState |
| The global VulkanState Referenced from VulkanRenderBackend. | |
Definition at line 40 of file VulkanMemoryAllocator.h.