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
|
@ -784,7 +784,10 @@ namespace Ryujinx.Graphics.Gpu.Engine.Threed
|
|||
public YControl YControl;
|
||||
public float LineWidthSmooth;
|
||||
public float LineWidthAliased;
|
||||
public fixed uint Reserved13B8[31];
|
||||
public fixed uint Reserved13B8[27];
|
||||
public uint InvalidateSamplerCacheNoWfi;
|
||||
public uint InvalidateTextureHeaderCacheNoWfi;
|
||||
public fixed uint Reserved142C[2];
|
||||
public uint FirstVertex;
|
||||
public uint FirstInstance;
|
||||
public fixed uint Reserved143C[53];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue