Load Font texture to VRAM
This commit is contained in:
@@ -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);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user