mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-02 11:45:21 +03:00
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.