Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ main
Function
main
code/08_graphics_pipeline.cpp:521–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
519
};
520
521
int main() {
522
HelloTriangleApplication app;
523
524
try {
525
app.run();
526
} catch (const std::exception& e) {
527
std::cerr << e.what() << std::endl;
528
return EXIT_FAILURE;
529
}
530
531
return EXIT_SUCCESS;
532
}
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected