aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Memory/BufferBounds.cs
AgeCommit message (Expand)Author
2022-12-05Make structs readonly when applicable (#4002)1.1.426Andrey Sukharev
2021-01-17Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)riperiperi
2020-11-08Use explicit buffer and texture bindings on shaders (#1666)gdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Memorygdkchan
2020-01-09Initial workgdk