MCPcopy 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
564VkSurfaceFormatKHR Swapchain::get_surface_format() const
565{
566 return properties.surface_format;
567}
568
569const std::vector<VkImage> &Swapchain::get_images() const
570{

Callers 1

create_render_contextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected