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

@@ -5,6 +5,7 @@
#include "context.h"
#include "rendering.h"
#include "audio.h"
#include "util.h"
#include <SDL2/SDL.h>