MCPcopy Create free account
hub / github.com/SFML/SFML / getVulkanFunction

Function getVulkanFunction

examples/vulkan/Vulkan.cpp:154–157  ·  view source on GitHub ↗

Helper function we pass to GLAD to load Vulkan functions via SFML

Source from the content-addressed store, hash-verified

152
153// Helper function we pass to GLAD to load Vulkan functions via SFML
154GLADapiproc getVulkanFunction(const char* name)
155{
156 return sf::Vulkan::getFunction(name);
157}
158
159// Debug we pass to Vulkan to call when it detects warnings or errors
160VKAPI_ATTR VkBool32 VKAPI_CALL debugCallback(

Callers

nothing calls this directly

Calls 1

getFunctionFunction · 0.85

Tested by

no test coverage detected