11 lines
No EOL
211 B
C#
11 lines
No EOL
211 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
/// <summary>
|
|
/// Texture or sampler pool state.
|
|
/// </summary>
|
|
struct PoolState
|
|
{
|
|
public GpuVa Address;
|
|
public int MaximumId;
|
|
}
|
|
} |