mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 18:58:40 +00:00
13 lines
304 B
C#
13 lines
304 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS
|
|
{
|
|
struct NvGpuASMapBufferEx
|
|
{
|
|
public int Flags;
|
|
public int Kind;
|
|
public int NvMapHandle;
|
|
public int PageSize;
|
|
public long BufferOffset;
|
|
public long MappingSize;
|
|
public long Offset;
|
|
}
|
|
} |