Skip to content

Commit 8300b32

Browse files
SuperResolutionDLSS: Fix validation errors in Vulkan
1 parent c2cc30f commit 8300b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Graphics/SuperResolution/src/DLSSProviderVk.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ class DLSSProviderVk final : public DLSSProviderBase
199199
{
200200
if (m_pNGXParams != nullptr)
201201
{
202+
m_pDevice->IdleGPU();
202203
NVSDK_NGX_VULKAN_DestroyParameters(m_pNGXParams);
203204
NVSDK_NGX_VULKAN_Shutdown1(m_pDevice->GetVkDevice());
204205
}

0 commit comments

Comments
 (0)