#include <device_memory_allocator.h>
Public Attributes | |
VkDeviceMemory | memory |
uint64_t | memory_offset |
uint64_t | size |
uint64_t | alignment |
uint32_t | memory_type |
Definition at line 28 of file device_memory_allocator.h.
uint64_t DeviceMemory::alignment |
Definition at line 33 of file device_memory_allocator.h.
Referenced by allocate_device_memory(), create_invalid_texture(), and vkpt_textures_end_registration().
VkDeviceMemory DeviceMemory::memory |
Definition at line 30 of file device_memory_allocator.h.
Referenced by allocate_device_memory(), create_invalid_texture(), free_device_memory(), textures_destroy_unused_set(), and vkpt_textures_end_registration().
uint64_t DeviceMemory::memory_offset |
Definition at line 31 of file device_memory_allocator.h.
Referenced by allocate_device_memory(), create_invalid_texture(), free_device_memory(), and vkpt_textures_end_registration().
uint32_t DeviceMemory::memory_type |
Definition at line 34 of file device_memory_allocator.h.
Referenced by allocate_device_memory(), create_invalid_texture(), free_device_memory(), and vkpt_textures_end_registration().
uint64_t DeviceMemory::size |
Definition at line 32 of file device_memory_allocator.h.
Referenced by allocate_device_memory(), create_invalid_texture(), free_device_memory(), and vkpt_textures_end_registration().