Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ run
Method
run
code/19_vertex_buffer.cpp:107–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
class HelloTriangleApplication {
106
public:
107
void run() {
108
initWindow();
109
initVulkan();
110
mainLoop();
111
cleanup();
112
}
113
114
private:
115
GLFWwindow* window;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected