mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxvk] Fix barrier typo
This commit is contained in:
parent
097d3edd05
commit
735349bf1b
1 changed files with 1 additions and 1 deletions
|
@ -3964,7 +3964,7 @@ namespace dxvk {
|
|||
m_cmd->cmdCopyBufferToImage(DxvkCmdBuffer::ExecBuffer, &info);
|
||||
}
|
||||
|
||||
m_execAcquires.accessImage(sparse, sparseSubresources,
|
||||
m_execBarriers.accessImage(sparse, sparseSubresources,
|
||||
transferLayout,
|
||||
VK_PIPELINE_STAGE_TRANSFER_BIT,
|
||||
transferAccess,
|
||||
|
|
Loading…
Add table
Reference in a new issue