Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_surface_format
Method
get_surface_format
framework/core/swapchain.cpp:564–567 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
562
}
563
564
VkSurfaceFormatKHR Swapchain::get_surface_format() const
565
{
566
return properties.surface_format;
567
}
568
569
const std::vector<VkImage> &Swapchain::get_images() const
570
{
Callers
1
create_render_context
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected