Explorar el Código

Force TFB rebind after buffer modifications (#1392)

gdkchan hace 5 años
padre
commit
986be200ba
Se han modificado 1 ficheros con 1 adiciones y 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;