mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
[idd] project: organize source layout
Move cadence and pipeline declarations under capture, and move local named-pipe handling under ipc. Flatten display contexts and rename files after their contained classes. Keep transport headers limited to transport contracts and capabilities. Consolidate CSwapChainProcessor definitions so each source file matches the class it implements.
This commit is contained in:
@@ -35,11 +35,11 @@ struct LGMPBuffer
|
||||
};
|
||||
#pragma warning(pop)
|
||||
|
||||
static_assert(TRANSPORT_FRAME_QUEUE_LENGTH == LGMP_Q_FRAME_LEN,
|
||||
static_assert(CAPTURE_PIPELINE_SLOTS == LGMP_Q_FRAME_LEN,
|
||||
"The capture pipeline must match the LGMP frame queue");
|
||||
static_assert(TRANSPORT_FRAME_BUFFER_COUNT == LGMP_Q_FRAME_BUFFER_LEN,
|
||||
static_assert(CAPTURE_FRAME_BUFFERS == LGMP_Q_FRAME_BUFFER_LEN,
|
||||
"The capture buffer pool must match the LGMP frame buffers");
|
||||
static_assert(TRANSPORT_MAX_CLIENTS == LGMP_MAX_CLIENTS,
|
||||
static_assert(CFrameScheduler::MAX_CLIENTS == LGMP_MAX_CLIENTS,
|
||||
"The scheduler must support every LGMP client");
|
||||
|
||||
static const struct LGMPQueueConfig FRAME_QUEUE_CONFIG =
|
||||
|
||||
Reference in New Issue
Block a user