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

Method get_usage

framework/core/swapchain.cpp:584–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584VkImageUsageFlags Swapchain::get_usage() const
585{
586 return properties.image_usage;
587}
588
589VkPresentModeKHR Swapchain::get_present_mode() const
590{

Callers 5

operator()Method · 0.45
prepareMethod · 0.45
recreateMethod · 0.45
recreate_swapchainMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected