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

Method run

code/24_texture_image.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122class HelloTriangleApplication {
123public:
124 void run() {
125 initWindow();
126 initVulkan();
127 mainLoop();
128 cleanup();
129 }
130
131private:
132 GLFWwindow* window;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected