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

Method run

code/04_logical_device.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48class HelloTriangleApplication {
49public:
50 void run() {
51 initWindow();
52 initVulkan();
53 mainLoop();
54 cleanup();
55 }
56
57private:
58 GLFWwindow* window;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected