Files
the-beast-roofer-edition/Ryujinx.Graphics.Gpu/State/PoolState.cs
T

11 lines
211 B
C#

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