Fix Multisampling

This commit is contained in:
riperiperi 2022-03-12 00:15:20 +00:00
parent 089fa6bd54
commit 9c696fc2e1

View file

@ -57,7 +57,7 @@ namespace Ryujinx.Graphics.Vulkan
attachmentDescs[i] = new AttachmentDescription( attachmentDescs[i] = new AttachmentDescription(
0, 0,
attachmentFormats[i], attachmentFormats[i],
SampleCountFlags.SampleCount1Bit, TextureStorage.ConvertToSampleCountFlags((uint)state.SamplesCount),
AttachmentLoadOp.Load, AttachmentLoadOp.Load,
AttachmentStoreOp.Store, AttachmentStoreOp.Store,
AttachmentLoadOp.Load, AttachmentLoadOp.Load,