generalization of deferred commands and any_gl rendering where appropriate

This commit is contained in:
veclavtalica
2025-01-03 21:01:26 +03:00
parent edcb7fc39c
commit 33471b4c46
8 changed files with 347 additions and 321 deletions

View File

@ -109,4 +109,7 @@ typedef struct {
};
} DeferredCommand;
extern DeferredCommand *deferred_commands;
#endif