Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ run
Method
run
code/27_depth_buffering.cpp:137–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
class HelloTriangleApplication {
136
public:
137
void run() {
138
initWindow();
139
initVulkan();
140
mainLoop();
141
cleanup();
142
}
143
144
private:
145
GLFWwindow* window;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected