Skip to content

Commit eca1b9e

Browse files
MikhailGorobetsTheMostDiligent
authored andcommitted
SuperResolutionDLSS: Fix validation errors in Vulkan
1 parent 4af6af4 commit eca1b9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)