not-matthias/obs-rs

OpenSharedResource failed

GG22G2 opened this issue · 0 comments

OpenSharedResource创建失败,我debug obs对比发现,obs获取到的IDXGIAdapter是我的gpu,但是你通过 D3D11CreateDevice(NULL,...)创建的,好像IDXGIAdapter是cpu的集显,导致OpenSharedResource失败。