mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-19 17:27:55 +03:00
c0c4db68a8
The offset of the view wasn't added to the `vkCmdUpdateBuffer`, this would cause the offset to be incorrect given the buffer was a view of a larger buffer that wasn't the start of it. This commit fixes that by adding the offset of the view to the buffer update.