mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 22:25:46 -04:00
D3D12Device: Fix incorrect RP end in CommitClear()
This commit is contained in:
@ -553,6 +553,7 @@ void D3D12Texture::CommitClear()
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
D3D12Device& dev = D3D12Device::GetInstance();
|
D3D12Device& dev = D3D12Device::GetInstance();
|
||||||
|
if (dev.InRenderPass())
|
||||||
dev.EndRenderPass();
|
dev.EndRenderPass();
|
||||||
|
|
||||||
ActuallyCommitClear(dev.GetCommandList());
|
ActuallyCommitClear(dev.GetCommandList());
|
||||||
|
Reference in New Issue
Block a user