Prepare Font double buffer

This commit is contained in:
Jaby
2023-11-25 17:23:49 +01:00
committed by Jaby
parent 5181f0c2f4
commit 013037e06b
4 changed files with 39 additions and 4 deletions

View File

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