7#include "../macros.hpp"
11hi_export
namespace hi::inline
v1 {
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
gfx_surface_state
Definition gfx_surface_state.hpp:13
@ has_window
The initial state: The surface is associated with a window.
@ has_device
The surface has been associated with a device to use for rendering.
@ has_swapchain
Images to render on to display on the surface are created.
@ no_window
The window was destroyed, the device will drop the window on the next render cycle.
gfx_surface_loss
Definition gfx_surface_state.hpp:20
@ device_lost
The device was lost, but the window could move to a new device, or the device can be recreated.
@ window_lost
The surface or window was destroyed, need to cleanup.
@ swapchain_lost
The window was resized, the swapchain needs to be rebuild and can not be rendered on.