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