7namespace hi::inline
v1 {
9class gfx_surface_delegate {
11 virtual ~gfx_surface_delegate() =
default;
12 constexpr gfx_surface_delegate()
noexcept =
default;
13 gfx_surface_delegate(gfx_surface_delegate
const&) =
delete;
14 gfx_surface_delegate(gfx_surface_delegate&&) =
delete;
15 gfx_surface_delegate& operator=(gfx_surface_delegate
const&) =
delete;
16 gfx_surface_delegate& operator=(gfx_surface_delegate&&) =
delete;
DOXYGEN BUG.
Definition algorithm.hpp:13
virtual void teardown_for_swapchain_lost() noexcept
The swap-chain is going to be teared-down.
Definition gfx_surface_delegate.hpp:25
virtual void teardown_for_device_lost() noexcept
The vulkan device is going to be teared-down.
Definition gfx_surface_delegate.hpp:29