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

Method run

code/00_base_code.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11class HelloTriangleApplication {
12public:
13 void run() {
14 initWindow();
15 initVulkan();
16 mainLoop();
17 cleanup();
18 }
19
20private:
21 GLFWwindow* window;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected