mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-22 14:47:10 +02:00
update to rc2, rebase update rd
This commit is contained in:
parent
28af479e2a
commit
a2b7dc5aca
3 changed files with 4 additions and 49 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue