◄ Wiki / Graphics
surface
The drawable target that connects a GPU to an actual window on screen.
In Vulkan, a surface is the abstraction representing a window (or display) that rendered images can be presented to. It bridges the platform's windowing system and the GPU's presentation machinery. You create a swapchain of images against a surface to actually put frames on screen.