initial texcache implementation

only works with the sw renderer
This commit is contained in:
RSDuck
2020-03-20 17:49:37 +01:00
parent e8f4735c7f
commit 36075dae5a
13 changed files with 5985 additions and 13 deletions

View File

@ -20,6 +20,7 @@
#include <time.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <SDL2/SDL.h>
#include "libui/ui.h"