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