1
0
forked from MeloNX/MeloNX

Enable transform feedback buffer flush (#2552)

This commit is contained in:
gdkchan 2021-08-17 14:09:27 -03:00 committed by GitHub
parent 17b717143a
commit 748c535b5d

View File

@ -503,7 +503,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
continue;
}
tfbs[index] = bufferCache.GetBufferRange(tfb.Address, tfb.Size);
tfbs[index] = bufferCache.GetBufferRange(tfb.Address, tfb.Size, write: true);
}
_context.Renderer.Pipeline.SetTransformFeedbackBuffers(tfbs);