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

Method run

code/16_frames_in_flight.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected