update to rc2, rebase update rd

This commit is contained in:
Emmanuel Hansen 2023-10-21 12:19:55 +00:00
parent 28af479e2a
commit a2b7dc5aca
3 changed files with 4 additions and 49 deletions

View file

@ -211,8 +211,7 @@ namespace Ryujinx.Graphics.Vulkan
if (currentUsage.Binding + currentCount != usage.Binding ||
currentUsage.Type != usage.Type ||
(IsReadOnlyTexture(currentUsage.Type) && hasBatchedTextureBug) ||
currentUsage.Stages != usage.Stages ||
currentUsage.Access != usage.Access)
currentUsage.Stages != usage.Stages)
{
if (currentCount != 0)
{