Draw simulation stats and GPU stats to debug text overlay

This commit is contained in:
Amos
2022-01-08 02:05:33 +01:00
parent 21a10e201b
commit 0177c17da9
9 changed files with 152 additions and 79 deletions

View File

@@ -10,6 +10,5 @@ public:
_color[2] = (unsigned char)b;
_color[3] = (unsigned char)a;
}
private:
unsigned char _color[4];
};