Separate frame-work from presentation

This commit is contained in:
Wunkolo 2023-07-27 07:32:10 -07:00
parent 4976671ef0
commit d19b8cf364
2 changed files with 103 additions and 101 deletions

View file

@ -10,7 +10,7 @@ class RendererVK final : public Renderer {
vk::UniqueInstance instance = {};
vk::UniqueDebugUtilsMessengerEXT debugMessenger = {};
vk::SurfaceKHR surface = {};
vk::SurfaceKHR swapchainSurface = {};
vk::PhysicalDevice physicalDevice = {};