Fix more complaints

This commit is contained in:
riperiperi 2024-08-23 23:05:36 +01:00
parent d0a168e3a4
commit b57084dd8a

View file

@ -190,7 +190,7 @@ namespace Ryujinx.Graphics.Vulkan
}
}
private void RecordFeedbackLoop(ExtAttachmentFeedbackLoopDynamicState api, CommandBuffer commandBuffer)
private readonly void RecordFeedbackLoop(ExtAttachmentFeedbackLoopDynamicState api, CommandBuffer commandBuffer)
{
ImageAspectFlags aspects = _feedbackLoopColor ? ImageAspectFlags.ColorBit : 0;