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

Method run

code/02_validation_layers.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39class HelloTriangleApplication {
40public:
41 void run() {
42 initWindow();
43 initVulkan();
44 mainLoop();
45 cleanup();
46 }
47
48private:
49 GLFWwindow* window;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected