Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ run
Method
run
code/02_validation_layers.cpp:41–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
class HelloTriangleApplication {
40
public:
41
void run() {
42
initWindow();
43
initVulkan();
44
mainLoop();
45
cleanup();
46
}
47
48
private:
49
GLFWwindow* window;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected