mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-21 16:43:35 +00:00
Fix Multisampling
This commit is contained in:
parent
089fa6bd54
commit
9c696fc2e1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
attachmentDescs[i] = new AttachmentDescription(
|
||||
0,
|
||||
attachmentFormats[i],
|
||||
SampleCountFlags.SampleCount1Bit,
|
||||
TextureStorage.ConvertToSampleCountFlags((uint)state.SamplesCount),
|
||||
AttachmentLoadOp.Load,
|
||||
AttachmentStoreOp.Store,
|
||||
AttachmentLoadOp.Load,
|
||||
|
|
Loading…
Reference in a new issue