mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-23 01:54:22 +01:00
frog
This commit is contained in:
parent
990c7f562a
commit
cd4c26488c
@ -257,6 +257,9 @@ namespace dxvk {
|
|||||||
if (!(PresentFlags & DXGI_PRESENT_TEST))
|
if (!(PresentFlags & DXGI_PRESENT_TEST))
|
||||||
m_dirty |= m_presenter->setSyncInterval(SyncInterval) != VK_SUCCESS;
|
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;
|
HRESULT hr = S_OK;
|
||||||
|
|
||||||
if (!m_presenter->hasSwapChain()) {
|
if (!m_presenter->hasSwapChain()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user