WIP Index and Vertex buffer allocation
This commit is contained in:
@@ -212,4 +212,9 @@ KrSurfaceHandle KRDeviceManager::getBestDeviceForSurface(const VkSurfaceKHR& sur
|
||||
}
|
||||
}
|
||||
return deviceHandle;
|
||||
}
|
||||
}
|
||||
|
||||
unordered_map<KrDeviceHandle, std::unique_ptr<KRDevice>>& KRDeviceManager::getDevices()
|
||||
{
|
||||
return m_devices;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user