Searched defs:FpsConfig (Results 1 – 2 of 2) sorted by relevance
48 struct FpsConfig { struct49 const long long mod = 1e9;50 long long lastReadyTime;51 int fpsGb;52 bool jump;53 bool refresh;54 int cnt;55 int zeroNum;56 FpsConfig() in FpsConfig() function
862 export interface FpsConfig { interface