crude legacy GL backend w/ anti aliasing

This commit is contained in:
2022-11-16 04:46:33 +11:00
parent fc9a6571ec
commit 9ba7a3bda8
5 changed files with 197 additions and 3 deletions

4
draw.h
View File

@ -8,6 +8,10 @@
typedef struct SDL_Window SDL_Window;
// Call before window creation to setup backend-specific
// hints and attributes.
void DrawWindowHints(void);
// Initialise the drawing subsystem.
//
// Params: