This commit is contained in:
lizzie
2026-01-30 18:58:15 +00:00
parent da52f8d7ec
commit fad84f7239
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ PresentManager::PresentManager(const vk::Instance& instance_,
MemoryAllocator& memory_allocator_,
Scheduler& scheduler_,
Swapchain& swapchain_,
VkSurfaceKHR_T* surface_)
vk::SurfaceKHR surface_)
: instance{instance_}
, render_window{render_window_}
, device{device_}

View File

@@ -44,7 +44,7 @@ public:
MemoryAllocator& memory_allocator,
Scheduler& scheduler,
Swapchain& swapchain,
VkSurfaceKHR_T* surface);
vk::SurfaceKHR surface);
~PresentManager();
/// Returns the last used presentation frame