VKERRORSURFACELOSTKHR
VKERRORSURFACELOSTKHR is a specific error code encountered within the Vulkan graphics API. It indicates that a presentation surface has become unavailable or lost, preventing further rendering operations to that surface. This typically occurs when the window or display associated with the presentation surface is destroyed, minimized, or undergoes a change that invalidates its existence.
When this error is returned by a Vulkan function, it signifies that the application needs to handle
Common scenarios leading to VKERRORSURFACELOSTKHR include the user closing the application window, resizing the window in