Separate frame-work from presentation

This commit is contained in:
Wunkolo
2023-08-20 23:01:43 -07:00
parent 4976671ef0
commit d19b8cf364
2 changed files with 103 additions and 101 deletions
+1 -1
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 = {};