namespace Ryujinx.Graphics.Gpu.State
{
struct StencilBackMasks
public int FuncRef;
public int Mask;
public int FuncMask;
}