mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-08-19 20:21:57 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| ComputeClass.cs | ||
| ComputeClassState.cs | ||
| ComputeQmd.cs | ||