From 56457ed9a23e23e8683a2475050752a55e71b39b Mon Sep 17 00:00:00 2001 From: Sebastian Gaida <sebastian-gaida@gmx.de> Date: Tue, 31 Aug 2021 14:49:00 +0200 Subject: [PATCH] [#89] remove resize handle from core --- include/vkcv/Core.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/vkcv/Core.hpp b/include/vkcv/Core.hpp index 806f10a1..61ccc299 100644 --- a/include/vkcv/Core.hpp +++ b/include/vkcv/Core.hpp @@ -79,8 +79,6 @@ namespace vkcv SyncResources m_SyncResources; uint32_t m_currentSwapchainImageIndex; - event_handle<int,int> e_resizeHandle; - void setSwapchainImages(SwapchainHandle handle); public: -- GitLab