Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ run
Method
run
code/22_descriptor_set_layout.cpp:121–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
class HelloTriangleApplication {
120
public:
121
void run() {
122
initWindow();
123
initVulkan();
124
mainLoop();
125
cleanup();
126
}
127
128
private:
129
GLFWwindow* window;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected