Further updates

This commit is contained in:
jpirnay
2026-02-22 11:26:39 +01:00
parent 5db5036322
commit bc68d3b238
2 changed files with 178 additions and 55 deletions
+2 -1
View File
@@ -139,7 +139,8 @@ class GfxRenderer {
static size_t getBufferSize();
#ifdef ENABLE_RENDERCHAR_BENCHMARK
// Legacy (per-pixel drawPixel) text rendering — used only by the renderChar benchmark.
// Legacy per-pixel paths — used only by the renderChar benchmark to establish baselines.
void drawTextBWLegacy(int fontId, int x, int y, const char* text) const;
void drawText2BitLegacy(int fontId, int x, int y, const char* text) const;
#endif
};