mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
[idd] transport: abstract LGMP implementation
Introduce transport, frame, and control interfaces with an LGMP factory backend. Move LGMP and IVSHMEM implementation details under transport/lgmp and expose direct frame-buffer memory through a neutral capability.
This commit is contained in:
@@ -57,7 +57,7 @@ private:
|
||||
IDDCX_MONITOR m_monitor = nullptr;
|
||||
|
||||
// Guards the monitor/replug/swap-chain state. These values are touched by
|
||||
// IddCx callback threads, the swap-chain thread, and the LGMP timer.
|
||||
// IddCx callback threads, the swap-chain thread, and the transport timer.
|
||||
SRWLOCK m_lock = SRWLOCK_INIT;
|
||||
|
||||
bool m_replugMonitor = false;
|
||||
|
||||
Reference in New Issue
Block a user