Load Font texture to VRAM

This commit is contained in:
Jaby
2023-11-24 23:05:18 -05:00
committed by Jaby
parent 3f656090f1
commit f374642909
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);
};
}