using Ryujinx.Graphics.Memory;

namespace Ryujinx.Graphics.Graphics3d
{
    delegate void NvGpuMethod(NvGpuVmm Vmm, GpuMethodCall MethCall);
}