dxgi: Introduce a worker thread for the D3D12 swapchain.
commitf07859d75b39164f92b78ead7828c28924fe5c7e
authorGiovanni Mascellani <gmascellani@codeweavers.com>
Thu, 22 Jun 2023 09:03:42 +0000 (22 11:03 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 13 Jul 2023 21:42:46 +0000 (13 23:42 +0200)
treee325dc62b0e3c4787f7411ff7ab3ded34b41e6e1
parentb5dcfdad5f2f91bac16e62342fed171dbeb15c08
dxgi: Introduce a worker thread for the D3D12 swapchain.

In the following commits the worker thread will be used for actual
presenting and buffer resizing. In this way the worker thread can
wait on the vkd3d queue without blocking or even deadlocking the
application.
dlls/dxgi/swapchain.c