fix: replace all 0x2000 with 0x1000 in capture barriers

0x2000 = VK_ACCESS_2_HOST_READ_BIT (wrong for GPU transfer)
0x1000 = VK_ACCESS_2_TRANSFER_WRITE_BIT (correct for copy operations)
This commit is contained in:
emil28092005
2026-06-19 08:56:25 +03:00
parent f8384a8672
commit d7b6851217
2 changed files with 2 additions and 2 deletions
Binary file not shown.