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

Method run

code/19_vertex_buffer.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105class HelloTriangleApplication {
106public:
107 void run() {
108 initWindow();
109 initVulkan();
110 mainLoop();
111 cleanup();
112 }
113
114private:
115 GLFWwindow* window;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected