mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 06:05:41 -04:00
D3D12Device: Fix incorrect RP end in CommitClear()
This commit is contained in:
parent
203e711d67
commit
6deb9d3072
@ -553,7 +553,8 @@ void D3D12Texture::CommitClear()
|
||||
return;
|
||||
|
||||
D3D12Device& dev = D3D12Device::GetInstance();
|
||||
dev.EndRenderPass();
|
||||
if (dev.InRenderPass())
|
||||
dev.EndRenderPass();
|
||||
|
||||
ActuallyCommitClear(dev.GetCommandList());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user