mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-23 09:30:18 +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(
|
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,
|
||||||
|
|
Loading…
Reference in a new issue