mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[idd] transport: fan out frame publication
This commit is contained in:
@@ -214,5 +214,9 @@ public:
|
||||
{
|
||||
return m_frameScheduler.GetWakeEvent();
|
||||
}
|
||||
void SetFrameScheduleEvent(HANDLE event) override
|
||||
{
|
||||
m_frameScheduler.SetSharedWakeEvent(event);
|
||||
}
|
||||
void TryRecordFrameTiming(uint64_t duration) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user