1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-27 01:56:47 -06:00
riperiperi b0af010247
Set texture/image bindings in place rather than allocating and passing an array ()
* Remove allocations for texture bindings and state

* Rent rather than stackalloc + copy

A bit faster.
2021-09-19 14:03:05 +02:00
..