mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-29 03:47:43 +02:00
13 lines
No EOL
304 B
C#
13 lines
No EOL
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;
|
|
}
|
|
} |