1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Save GPU context calibration state.

This commit is contained in:
Bartosz Taudul
2020-07-07 21:19:33 +02:00
parent a3c51f0e7e
commit e48b5611c5
2 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 7 };
enum { Patch = 0 };
enum { Patch = 1 };
}
}