mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 11:37:57 -05:00
This emulates the behavior we get on GLSL with regular SSBOs with a pointer + length pair. It aims to be consistent with the crashes we might get. Out of bounds stores are ignored. Atomics are ignored and return zero. Reads return zero.