1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-01 04:36:01 +00:00
Ryujinx/Ryujinx.Graphics.Gpu/Engine/Compute
riperiperi 4965681e06
GPU: Swap bindings array instead of copying ()
* 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 () 2022-12-04 18:18:40 +01:00
ComputeClassState.cs Separate GPU engines and make state follow official docs (part 1/2) () 2021-07-07 20:56:06 -03:00
ComputeQmd.cs Separate GPU engines (part 2/2) () 2021-07-11 17:20:40 -03:00