Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ run
Method
run
code/05_window_surface.cpp:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
class HelloTriangleApplication {
51
public:
52
void run() {
53
initWindow();
54
initVulkan();
55
mainLoop();
56
cleanup();
57
}
58
59
private:
60
GLFWwindow* window;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected