namespace Ryujinx.Graphics.Gpu.State
{
struct PoolState
public GpuVa Address;
public int MaximumId;
}