コード例 #1
0
ファイル: Context.cpp プロジェクト: martinfm/Cinder
void Context::postProcess()
{
	processAutoPulledNodes();
	postProcessScheduledEvents();
	incrementFrameCount();

	mProcessTimer.stop();
	mTimeDuringLastProcessLoop = mProcessTimer.getSeconds();
}
コード例 #2
0
ファイル: Context.cpp プロジェクト: ChristophPacher/Cinder
void Context::postProcess()
{
	processAutoPulledNodes();
	postProcessScheduledEvents();
	incrementFrameCount();
}