Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ run
Method
run
code/04_logical_device.cpp:50–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
class HelloTriangleApplication {
49
public:
50
void run() {
51
initWindow();
52
initVulkan();
53
mainLoop();
54
cleanup();
55
}
56
57
private:
58
GLFWwindow* window;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected