buffer_cache: Add extra bytes to guest SSBOs

Bind extra bytes beyond the guest API's bound range.
This is due to some games like Astral Chain operating out of bounds.
Binding the whole map range would be technically correct, but games
have large maps that make this approach unaffordable for now.
This commit is contained in:
ReinUsesLisp 2021-01-22 22:17:23 -03:00
parent 93a69b6cc8
commit 0b8b961442
1 changed files with 7 additions and 1 deletions