mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-21 16:43:35 +00:00
Remove unused PipelineConverter format variable (was causing IOR)
This commit is contained in:
parent
d6b1ba09bc
commit
efa2868825
1 changed files with 0 additions and 2 deletions
|
@ -52,8 +52,6 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
{
|
||||
int bindIndex = attachmentIndices[i];
|
||||
|
||||
var format = state.AttachmentFormats[i];
|
||||
|
||||
attachmentDescs[i] = new AttachmentDescription(
|
||||
0,
|
||||
attachmentFormats[i],
|
||||
|
|
Loading…
Reference in a new issue