Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ main
Function
main
code/02_validation_layers.cpp:190–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
};
189
190
int main() {
191
HelloTriangleApplication app;
192
193
try {
194
app.run();
195
} catch (const std::exception& e) {
196
std::cerr << e.what() << std::endl;
197
return EXIT_FAILURE;
198
}
199
200
return EXIT_SUCCESS;
201
}
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected