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

Method run

code/31_compute_shader.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113class ComputeShaderApplication {
114public:
115 void run() {
116 initWindow();
117 initVulkan();
118 mainLoop();
119 cleanup();
120 }
121
122private:
123 GLFWwindow* window;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected