mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
[client/idd/obs] scheduler: isolate timing owner delivery
This commit is contained in:
@@ -30,7 +30,7 @@ class CFrameBufferPool
|
||||
{
|
||||
CSwapChainProcessor * m_swapChain;
|
||||
|
||||
CFrameBufferResource m_buffers[LGMP_Q_FRAME_LEN];
|
||||
CFrameBufferResource m_buffers[LGMP_Q_FRAME_BUFFER_LEN];
|
||||
|
||||
public:
|
||||
void Init(CSwapChainProcessor * swapChain);
|
||||
@@ -39,4 +39,4 @@ class CFrameBufferPool
|
||||
CFrameBufferResource* CFrameBufferPool::Get(
|
||||
const CIndirectDeviceContext::PreparedFrameBuffer& buffer,
|
||||
size_t minSize);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user