1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-22 16:54:27 +01:00
This commit is contained in:
Philip Rebohle 2024-10-17 18:49:19 +02:00
parent 990c7f562a
commit cd4c26488c

View File

@ -257,6 +257,9 @@ namespace dxvk {
if (!(PresentFlags & DXGI_PRESENT_TEST))
m_dirty |= m_presenter->setSyncInterval(SyncInterval) != VK_SUCCESS;
if (pPresentParameters)
Logger::err(str::format("dirty rects: ", pPresentParameters->DirtyRectsCount, ", scroll: ", !!pPresentParameters->pScrollRect));
HRESULT hr = S_OK;
if (!m_presenter->hasSwapChain()) {