Fix for texture pool not being updated when it should + buffer texture related fixes (#2911)
This commit is contained in:
parent
521a07e612
commit
e7c2dc8ec3
4 changed files with 66 additions and 37 deletions
|
@ -56,6 +56,7 @@ namespace Ryujinx.Graphics.OpenGL.Image
|
|||
public void SetStorage(BufferRange buffer)
|
||||
{
|
||||
if (_buffer != BufferHandle.Null &&
|
||||
_buffer == buffer.Handle &&
|
||||
buffer.Offset == _bufferOffset &&
|
||||
buffer.Size == _bufferSize &&
|
||||
_renderer.BufferCount == _bufferCount)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue