nngn
|
Aggregate type for information about a device's memory heaps. More...
#include <memory.h>
Public Member Functions | |
void | init (VkPhysicalDevice dev) |
Public Attributes | |
std::vector< Graphics::MemoryHeap > | heaps = {} |
std::vector< std::vector< Graphics::MemoryType > > | memory_types = {} |
Aggregate type for information about a device's memory heaps.
void nngn::DeviceMemoryInfo::init | ( | VkPhysicalDevice | dev | ) |
std::vector<Graphics::MemoryHeap> nngn::DeviceMemoryInfo::heaps = {} |
std::vector<std::vector<Graphics::MemoryType> > nngn::DeviceMemoryInfo::memory_types = {} |