mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-26 05:46:49 +01:00
8 lines
135 B
C#
8 lines
135 B
C#
|
namespace Ryujinx.Graphics.Gpu.State
|
||
|
{
|
||
|
struct PoolState
|
||
|
{
|
||
|
public GpuVa Address;
|
||
|
public int MaximumId;
|
||
|
}
|
||
|
}
|