1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-22 06:53:30 +01:00
Ryujinx/Ryujinx.Graphics.Gpu/Shader/DiskCache
riperiperi 43b4b34376
Implement Viewport Transform Disable (#3328)
* Initial implementation (no specialization)

* Use specialization

* Fix render scale, increase code gen version

* Revert accidental change

* Address Feedback
2022-05-12 10:47:13 -03:00
..
BackgroundDiskCacheWriter.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
BinarySerializer.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
CompressionAlgorithm.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
DiskCacheCommon.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
DiskCacheGpuAccessor.cs Implement Viewport Transform Disable (#3328) 2022-05-12 10:47:13 -03:00
DiskCacheGuestStorage.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
DiskCacheHostStorage.cs Implement Viewport Transform Disable (#3328) 2022-05-12 10:47:13 -03:00
DiskCacheLoadException.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
DiskCacheLoadResult.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
DiskCacheOutputStreams.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
ParallelDiskCacheLoader.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00