full removal of SDL_Renderer usage, working spatial triangle rendering, temporary(?) regression of HDPI

This commit is contained in:
2024-07-12 21:10:25 +03:00
parent 34cf504b2b
commit 55d85399e9
12 changed files with 348 additions and 224 deletions

View File

@ -54,7 +54,6 @@ typedef struct context {
unsigned int update_multiplicity;
SDL_GLContext *gl_context;
SDL_Renderer *renderer;
SDL_Window *window;
uint32_t window_id;
int window_w;