Home
last modified time | relevance | path

Searched refs:currentVsyncCount (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/demos/gfx/ParticleDropFrameDemo/sources/
DParticleDropFrameDemo.cpp436 int currentVsyncCount = nngxCheckVSync(NN_GX_DISPLAY0); in DemoScene() local
437 int prevVsyncCount = currentVsyncCount - 1; // 最初の処理用に-1 in DemoScene()
453 SetStepFrame(currentVsyncCount - prevVsyncCount); in DemoScene()
459 for (int i = 0; i < currentVsyncCount - prevVsyncCount; ++i) in DemoScene()
466 prevVsyncCount = currentVsyncCount; in DemoScene()
482 currentVsyncCount = nngxCheckVSync(NN_GX_DISPLAY0); in DemoScene()