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

Method run

code/27_depth_buffering.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135class HelloTriangleApplication {
136public:
137 void run() {
138 initWindow();
139 initVulkan();
140 mainLoop();
141 cleanup();
142 }
143
144private:
145 GLFWwindow* window;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected