mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-20 21:52:49 +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 |
||
|---|---|---|
| .. | ||
| ConditionalRendering.cs | ||
| ConstantBufferUpdater.cs | ||
| DrawManager.cs | ||
| DrawState.cs | ||
| IbStreamer.cs | ||
| IndirectDrawType.cs | ||
| SemaphoreUpdater.cs | ||
| StateUpdater.cs | ||
| StateUpdateTracker.cs | ||
| ThreedClass.cs | ||
| ThreedClassState.cs | ||