Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ main
Function
main
code/15_hello_triangle.cpp:891–902 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
889
};
890
891
int main() {
892
HelloTriangleApplication app;
893
894
try {
895
app.run();
896
} catch (const std::exception& e) {
897
std::cerr << e.what() << std::endl;
898
return EXIT_FAILURE;
899
}
900
901
return EXIT_SUCCESS;
902
}
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected