Mark field readonly
This commit is contained in:
parent
8385be27d1
commit
606c29cd6a
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue