mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 13:37:08 +00:00
* Ground work for separate GPU channels * Rename TextureManager to TextureCache * Decouple texture bindings management from the texture cache * Rename BufferManager to BufferCache * Decouple buffer bindings management from the buffer cache * More comments and proper disposal * PR feedback * Force host state update on channel switch * Typo * PR feedback * Missing using |
||
|---|---|---|
| .. | ||
| Cache | ||
| CachedGpuAccessor.cs | ||
| GpuAccessor.cs | ||
| ShaderAddresses.cs | ||
| ShaderBundle.cs | ||
| ShaderCache.cs | ||
| ShaderCacheState.cs | ||
| ShaderCodeHolder.cs | ||
| ShaderCompileTask.cs | ||
| ShaderDumper.cs | ||
| TextureDescriptorCapableGpuAccessor.cs | ||