Mark field readonly

This commit is contained in:
riperiperi 2024-08-20 22:11:04 +01:00
commit 606c29cd6a

View file

@ -63,7 +63,7 @@ namespace Ryujinx.Graphics.Vulkan
private readonly ulong _size; private readonly ulong _size;
private int _bindCount; private int _bindCount;
private TextureSliceInfo[] _slices; private readonly TextureSliceInfo[] _slices;
public VkFormat VkFormat { get; } public VkFormat VkFormat { get; }