Mark field readonly

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

View file

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