mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-30 14:20:32 +00:00
8 lines
No EOL
135 B
C#
8 lines
No EOL
135 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
struct PoolState
|
|
{
|
|
public GpuVa Address;
|
|
public int MaximumId;
|
|
}
|
|
} |