mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
libs/vkd3d: Reset current root signature in d3d12_command_list_Reset().
This commit is contained in:
@@ -1381,6 +1381,8 @@ static HRESULT STDMETHODCALLTYPE d3d12_command_list_Reset(ID3D12GraphicsCommandL
|
||||
list->pipeline_state = initial_state;
|
||||
}
|
||||
|
||||
list->root_signature = NULL;
|
||||
|
||||
return hr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user