Helper function we pass to GLAD to load Vulkan functions via SFML
| 152 | |
| 153 | // Helper function we pass to GLAD to load Vulkan functions via SFML |
| 154 | GLADapiproc 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 |
| 160 | VKAPI_ATTR VkBool32 VKAPI_CALL debugCallback( |
nothing calls this directly
no test coverage detected