mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12: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)
|
IID_PPV_ARGS(&depthConverted)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
m_UAVHeap.m_putPos.store(heapOffset + sizeInByte);
|
||||||
|
|
||||||
heapOffset = m_readbackResources.m_putPos.load();
|
heapOffset = m_readbackResources.m_putPos.load();
|
||||||
heapOffset = powerOf2Align(heapOffset, 65536);
|
heapOffset = powerOf2Align(heapOffset, 65536);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue