1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-02 21:12:55 -06:00
ryujinx/src/Ryujinx.Graphics.Gpu
gdkchan c41fddd25e
Vulkan: Extend full bindless to cover cases with phi nodes (#6853)
* Key textures using set and binding (rather than just binding)

* Extend full bindless to cover cases with phi nodes

* Log error on bindless access failure

* Shader cache version bump

* Remove constant buffer match to reduce the chances of full bindless triggering

* Re-enable it for constant buffers, paper mario does actually need it

* Format whitespace
2024-05-26 15:20:10 -03:00
..