Ryujinx/Ryujinx.Graphics.Gpu/Engine/Compute
riperiperi 4965681e06
GPU: Swap bindings array instead of copying (#4003)
* GPU: Swap bindings array instead of copying

Reduces work on UpdateShaderState. Now the cost is a few reference moves for arrays, rather than copying data.

Downside: bindings arrays are no longer readonly.

* Micro optimisation

* Add missing docs

* Address Feedback
2022-12-04 18:18:40 +01:00
..
ComputeClass.cs GPU: Swap bindings array instead of copying (#4003) 2022-12-04 18:18:40 +01:00
ComputeClassState.cs
ComputeQmd.cs