Whitespace correction

This commit is contained in:
sunshineinabox 2024-06-04 14:01:52 -07:00
parent 84e8590d3f
commit 23be97f863

View file

@ -127,7 +127,7 @@ namespace Ryujinx.Graphics.Vulkan
{
shaderUsage |= ImageUsageFlags.StorageBit;
}
_imageView = CreateImageView(componentMapping, subresourceRange, type, shaderUsage);
// Framebuffer attachments and storage images requires a identity component mapping.