This repository has been archived on 2026-01-05. You can view files and clone it, but cannot push or open issues/pull-requests.
|
namespace Ryujinx.Graphics.Gpu
|
|
{
|
|
/// <summary>
|
|
/// GPU engine class ID.
|
|
/// </summary>
|
|
enum ClassId
|
|
{
|
|
Engine2D = 0x902d,
|
|
Engine3D = 0xb197,
|
|
EngineCompute = 0xb1c0,
|
|
EngineInline2Memory = 0xa140,
|
|
EngineDma = 0xb0b5,
|
|
EngineGpfifo = 0xb06f
|
|
}
|
|
} |