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

Function main

examples/vulkan/Vulkan.cpp:2627–2632  ·  view source on GitHub ↗

/////////////////////////////////////////////////////// Entry point of application \return Application exit code ///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

2625///
2626////////////////////////////////////////////////////////////
2627int main()
2628{
2629 VulkanExample example;
2630
2631 example.run();
2632}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected