namespace Ryujinx.Graphics
{
enum NvGpuEngine
_2d = 0x902d,
_3d = 0xb197,
Compute = 0xb1c0,
P2mf = 0xa140,
M2mf = 0xb0b5
}