windows 脸和线都画出来了。
This commit is contained in:
+3
-3
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user