Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
class ComputeShaderApplication {
114
public:
115
void run() {
116
initWindow();
117
initVulkan();
118
mainLoop();
119
cleanup();
120
}
121
122
private:
123
GLFWwindow* window;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected