[idd] driver: implement dynamic mode switch support

This commit is contained in:
Geoffrey McRae
2025-03-28 23:17:31 +00:00
parent 86de1c9ac6
commit cb423730e4
5 changed files with 186 additions and 52 deletions

View File

@@ -58,6 +58,8 @@ public:
void AssignSwapChain(IDDCX_SWAPCHAIN swapChain, LUID renderAdapter, HANDLE newFrameEvent);
void UnassignSwapChain();
CIndirectDeviceContext * GetDeviceContext() { return m_devContext; }
};
struct CIndirectMonitorContextWrapper