seperate opengl contexts
This commit is contained in:
parent
6433322cda
commit
89ff065a71
7 changed files with 30 additions and 24 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue