MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / get_surface

Method get_surface

framework/core/swapchain.cpp:579–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579VkSurfaceKHR Swapchain::get_surface() const
580{
581 return surface;
582}
583
584VkImageUsageFlags Swapchain::get_usage() const
585{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected