mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 22:05:20 +03:00
Similar to constant redundant synchronization for textures, there is a lot of redundant synchronization of buffers. Albeit, buffer synchronization is far cheaper than texture synchronization it still has associated costs which have now been reduced by only synchronizing on access.