namespace Ryujinx.Graphics.Gpu.State { /// /// Texture or sampler pool state. /// struct PoolState { public GpuVa Address; public int MaximumId; } }