Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Hpp
/ getDeviceExtensions
Function
getDeviceExtensions
samples/utils/utils.cpp:476–479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
}
475
476
std::vector<std::string> getDeviceExtensions()
477
{
478
return { VK_KHR_SWAPCHAIN_EXTENSION_NAME };
479
}
480
481
std::vector<std::string> getInstanceExtensions()
482
{
Callers
15
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
createDeviceAndSwapChain
Method · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68