cache font _files_ as well to avoid duplicate buffers
This commit is contained in:
@ -22,8 +22,6 @@ typedef struct FontData {
|
||||
stbtt_fontinfo info;
|
||||
|
||||
const char *file_path;
|
||||
unsigned char *file_bytes;
|
||||
size_t file_bytes_len;
|
||||
|
||||
GPUTexture texture;
|
||||
|
||||
|
Reference in New Issue
Block a user