Implement primitive restart draw arrays properly on OpenGL (#3256)

This commit is contained in:
gdkchan 2022-04-04 18:43:24 -03:00 committed by GitHub
parent 2074032ded
commit 9acb9e4d6e
2 changed files with 21 additions and 4 deletions

View file

@ -730,7 +730,9 @@ namespace Ryujinx.Graphics.Gpu.Engine.Threed
public int PatchVertices;
public fixed uint ReservedDD0[4];
public uint TextureBarrier;
public fixed uint ReservedDE4[7];
public uint WatchdogTimer;
public Boolean32 PrimitiveRestartDrawArrays;
public fixed uint ReservedDEC[5];
public Array16<ScissorState> ScissorState;
public fixed uint ReservedF00[21];
public StencilBackMasks StencilBackMasks;