mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
[idd] scheduler: account queue maintenance work
This commit is contained in:
@@ -536,8 +536,8 @@ void CSwapChainProcessor::PublisherThread()
|
||||
continue;
|
||||
}
|
||||
|
||||
m_devContext->ProcessFrameQueue();
|
||||
const uint64_t publishStart = CFrameScheduler::Nanotime();
|
||||
m_devContext->ProcessFrameQueue();
|
||||
if (!m_devContext->FrameBufferAvailable(schedule) ||
|
||||
!PublishNewestCandidate(
|
||||
schedule, periodic, publishStart))
|
||||
|
||||
Reference in New Issue
Block a user