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

Method run

code/30_multisampling.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139class HelloTriangleApplication {
140public:
141 void run() {
142 initWindow();
143 initVulkan();
144 mainLoop();
145 cleanup();
146 }
147
148private:
149 GLFWwindow* window;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected