Load Font texture to VRAM

This commit is contained in:
Jaby
2023-11-24 23:05:18 -05:00
parent c535b96ccb
commit 62dc080a22
6 changed files with 24 additions and 8 deletions

View File

@@ -3,6 +3,6 @@
namespace JabyEngine {
struct FontWriter {
static void setup(GPU::PositionU16 vram_pos, const FontInfo& font_info);
static void setup(SimpleTIM vram_dst, const FontInfo& font_info);
};
}