Batch font drawing to fix debug overlay FPS

This commit is contained in:
catdbg
2026-03-06 10:30:06 -08:00
parent 185af94839
commit 7dcecdbd4d
2 changed files with 47 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ public:
private:
void renderCharacter(wchar_t c); // 4J added
void addCharacterQuad(wchar_t c);
void renderStyleLine(float x0, float y0, float x1, float y1); // solid line for underline/strikethrough
public: