Make struct readonly

This commit is contained in:
Gabriel A 2024-05-29 00:55:15 -03:00
parent 748a926572
commit e691c346a8

View file

@ -44,7 +44,7 @@ namespace Ryujinx.Graphics.Vulkan
}
}
private struct PendingManualDsConsumption
private readonly struct PendingManualDsConsumption
{
public FenceHolder Fence { get; }
public int CommandBufferIndex { get; }