WIP Index and Vertex buffer allocation
This commit is contained in:
@@ -47,6 +47,8 @@ public:
|
||||
void destroy();
|
||||
bool initialize(const std::vector<const char*>& deviceExtensions);
|
||||
|
||||
VmaAllocator getAllocator();
|
||||
|
||||
VkPhysicalDevice m_device;
|
||||
VkDevice m_logicalDevice;
|
||||
VkPhysicalDeviceProperties m_deviceProperties;
|
||||
|
||||
Reference in New Issue
Block a user