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

Method run

code/12_graphics_pipeline_complete.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64class HelloTriangleApplication {
65public:
66 void run() {
67 initWindow();
68 initVulkan();
69 mainLoop();
70 cleanup();
71 }
72
73private:
74 GLFWwindow* window;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected