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