MCPcopy Create free account
hub / github.com/Overv/VulkanTutorial / run

Method run

code/06_swap_chain_creation.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63class HelloTriangleApplication {
64public:
65 void run() {
66 initWindow();
67 initVulkan();
68 mainLoop();
69 cleanup();
70 }
71
72private:
73 GLFWwindow* window;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected