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;
|
|
}
|
|
} |