Renderer: Use imgui for drawing debug text and OSD

This commit is contained in:
Stenzek 2018-10-10 01:26:31 +11:00
commit 600d1fc0bc
13 changed files with 268 additions and 324 deletions

View file

@ -65,9 +65,8 @@ struct Statistics
ThisFrame thisFrame;
void ResetFrame();
static void SwapDL();
static std::string ToString();
static std::string ToStringProj();
static void Display();
static void DisplayProj();
};
extern Statistics stats;