Explorar o código

Force TFB rebind after buffer modifications (#1392)

gdkchan %!s(int64=5) %!d(string=hai) anos
pai
achega
986be200ba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Ryujinx.Graphics.Gpu/Memory/BufferManager.cs

+ 1 - 1
Ryujinx.Graphics.Gpu/Memory/BufferManager.cs

@@ -535,7 +535,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
                 }
             }
 
-            if (_transformFeedbackBuffersDirty)
+            if (_transformFeedbackBuffersDirty || _rebind)
             {
                 _transformFeedbackBuffersDirty = false;