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

Method run

code/22_descriptor_set_layout.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected