1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-10 14:31:42 +00:00
Ryujinx/Ryujinx.Graphics.Video
Andrey Sukharev 4da44e09cb
Make structs readonly when applicable (#4002)
* Make all structs readonly when applicable. It should reduce amount of needless defensive copies

* Make structs with trivial boilerplate equality code record structs

* Remove unnecessary readonly modifiers from TextureCreateInfo

* Make BitMap structs readonly too
2022-12-05 14:47:39 +01:00
..
FrameField.cs
H264PictureInfo.cs
IDecoder.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
IH264Decoder.cs
ISurface.cs
IVp9Decoder.cs
Plane.cs
Ryujinx.Graphics.Video.csproj
Vp8PictureInfo.cs
Vp9BackwardUpdates.cs
Vp9EntropyProbs.cs
Vp9Mv.cs
Vp9MvRef.cs
Vp9PictureInfo.cs