Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
584
VkImageUsageFlags Swapchain::get_usage() const
585
{
586
return properties.image_usage;
587
}
588
589
VkPresentModeKHR Swapchain::get_present_mode() const
590
{
Callers
5
operator()
Method · 0.45
prepare
Method · 0.45
recreate
Method · 0.45
recreate_swapchain
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected