Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ run
Method
run
code/00_base_code.cpp:13–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
class HelloTriangleApplication {
12
public:
13
void run() {
14
initWindow();
15
initVulkan();
16
mainLoop();
17
cleanup();
18
}
19
20
private:
21
GLFWwindow* window;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected