Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ run
Method
run
code/16_frames_in_flight.cpp:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
class HelloTriangleApplication {
67
public:
68
void run() {
69
initWindow();
70
initVulkan();
71
mainLoop();
72
cleanup();
73
}
74
75
private:
76
GLFWwindow* window;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected