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

Method run

code/05_window_surface.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected