seperate opengl contexts

This commit is contained in:
IoIxD 2025-12-07 18:52:49 -07:00
commit 89ff065a71
7 changed files with 30 additions and 24 deletions

View file

@ -277,6 +277,7 @@ static void MwLLDestroyImpl(MwLL handle) {
free(handle);
}
static void MwLLBeginDrawImpl(MwLL handle) {}
static void MwLLEndDrawImpl(MwLL handle) {}
static void MwLLPolygonImpl(MwLL handle, MwPoint* points, int points_count, MwLLColor color) {