windows 脸和线都画出来了。

This commit is contained in:
xsl
2025-10-20 17:56:56 +08:00
parent 1f0422072a
commit 576c302cd1
5 changed files with 263 additions and 43 deletions
+3 -3
View File
@@ -5,13 +5,13 @@
int main() {
FaceApp app;
app.initVulkan();
try {
app.run();
app.mainLoop();
} catch (const std::exception& e) {
std::cerr << e.what() << std::endl;
return EXIT_FAILURE;
}
app.cleanup();
return EXIT_SUCCESS;
}