mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
libs/vkd3d: Reset current root signature in d3d12_command_list_Reset().
This commit is contained in:
parent
532da7d4e1
commit
9a59184e9f
@ -1381,6 +1381,8 @@ static HRESULT STDMETHODCALLTYPE d3d12_command_list_Reset(ID3D12GraphicsCommandL
|
||||
list->pipeline_state = initial_state;
|
||||
}
|
||||
|
||||
list->root_signature = NULL;
|
||||
|
||||
return hr;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user