d3d12: Forgot a hunk

This commit is contained in:
vlj 2015-05-30 23:55:01 +02:00 committed by Vincent Lejeune
parent 01ac9f02d2
commit 5a57564b0c
1 changed files with 1 additions and 0 deletions

View File

@ -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);