Searched refs:prevVsyncCount (Results 1 – 1 of 1) sorted by relevance
437 int prevVsyncCount = currentVsyncCount - 1; // 最初の処理用に-1 in DemoScene() local453 SetStepFrame(currentVsyncCount - prevVsyncCount); in DemoScene()459 for (int i = 0; i < currentVsyncCount - prevVsyncCount; ++i) in DemoScene()466 prevVsyncCount = currentVsyncCount; in DemoScene()