mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-17 19:26:50 -05:00
Use draw clear on Adreno, instead of vkCmdClearAttachments (#7013)
* Use draw clear on Adreno, instead of vkCmdClearAttachments * Fix GTX TITAN detection
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
queue,
|
||||
queueLock,
|
||||
_gd.QueueFamilyIndex,
|
||||
_gd.IsConcurrentFenceWaitUnsupported,
|
||||
_gd.IsQualcommProprietary,
|
||||
isLight: true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user