Further updates
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user