Make struct readonly
This commit is contained in:
parent
748a926572
commit
e691c346a8
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
}
|
||||
}
|
||||
|
||||
private struct PendingManualDsConsumption
|
||||
private readonly struct PendingManualDsConsumption
|
||||
{
|
||||
public FenceHolder Fence { get; }
|
||||
public int CommandBufferIndex { get; }
|
||||
|
|
Loading…
Add table
Reference in a new issue