Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ main
Function
main
code/12_graphics_pipeline_complete.cpp:699–710 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
697
};
698
699
int main() {
700
HelloTriangleApplication app;
701
702
try {
703
app.run();
704
} catch (const std::exception& e) {
705
std::cerr << e.what() << std::endl;
706
return EXIT_FAILURE;
707
}
708
709
return EXIT_SUCCESS;
710
}
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected