async tasks

This commit is contained in:
2025-12-31 16:12:43 +01:00
parent f3a69571a2
commit 3a410775b5
6 changed files with 111 additions and 12 deletions

View File

@@ -20,5 +20,6 @@ public:
bool create(ANativeWindow* window = nullptr);
void destroy();
void swap();
bool make_current(ANativeWindow* window = nullptr);
};
}