[idd] implement CIVSHMEM and open it

This commit is contained in:
Geoffrey McRae
2023-04-10 05:36:00 +10:00
parent d228ef135e
commit 77ddcfe489
6 changed files with 218 additions and 8 deletions

View File

@@ -3,6 +3,9 @@
void CIndirectDeviceContext::InitAdapter()
{
if (!m_ivshmem.Init() || !m_ivshmem.Open())
return;
IDDCX_ADAPTER_CAPS caps = {};
caps.Size = sizeof(caps);