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

Method run

code/21_index_buffer.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110class HelloTriangleApplication {
111public:
112 void run() {
113 initWindow();
114 initVulkan();
115 mainLoop();
116 cleanup();
117 }
118
119private:
120 GLFWwindow* window;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected