Files
the-beast-roofer-edition/Ryujinx.Graphics.Gpu/State/PoolState.cs
T
2020-01-09 02:13:00 +01:00

8 lines
135 B
C#

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