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:
Binary file not shown.
Reference in New Issue
Block a user