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

@@ -8,6 +8,6 @@ namespace JabyEngine {
.FontSize = {12, 16}
};
static void load(GPU::PositionU16 vram_dst);
static void load(uint32_t* work_area, SimpleTIM vram_dst);
};
}