Batch font drawing to fix debug overlay FPS (#732)

This commit is contained in:
catdbg
2026-03-06 10:56:35 -08:00
committed by GitHub
parent 84c06dde72
commit 9cbbae1c3e
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: