Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ main
Function
main
code/05_window_surface.cpp:327–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
};
326
327
int main() {
328
HelloTriangleApplication app;
329
330
try {
331
app.run();
332
} catch (const std::exception& e) {
333
std::cerr << e.what() << std::endl;
334
return EXIT_FAILURE;
335
}
336
337
return EXIT_SUCCESS;
338
}
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected