mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
d3d12: Forgot a hunk
This commit is contained in:
parent
01ac9f02d2
commit
5a57564b0c
1 changed files with 1 additions and 0 deletions
|
@ -1381,6 +1381,7 @@ void D3D12GSRender::semaphorePGRAPHBackendRelease(u32 offset, u32 value)
|
|||
IID_PPV_ARGS(&depthConverted)
|
||||
)
|
||||
);
|
||||
m_UAVHeap.m_putPos.store(heapOffset + sizeInByte);
|
||||
|
||||
heapOffset = m_readbackResources.m_putPos.load();
|
||||
heapOffset = powerOf2Align(heapOffset, 65536);
|
||||
|
|
Loading…
Add table
Reference in a new issue