mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-12-20 13:54:08 +00:00
8 lines
141 B
C#
8 lines
141 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
struct PrimitiveRestartState
|
|
{
|
|
public bool Enable;
|
|
public int Index;
|
|
}
|
|
}
|