diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2019-12-31 17:08:20 -0300 |
|---|---|---|
| committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
| commit | f7bcc884e46805f4dcda4fc7d7e7bccb2a3ac316 (patch) | |
| tree | 2a96d49db5bfb9e2e18b2bce1287a2f6dce8abc1 /Ryujinx.Graphics.Gpu/ClassId.cs | |
| parent | 4a4e2f7c72301ba1dfb207f00c7c2fa0e9674223 (diff) | |
Add XML documentation to Ryujinx.Graphics.Gpu
Diffstat (limited to 'Ryujinx.Graphics.Gpu/ClassId.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/ClassId.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/ClassId.cs b/Ryujinx.Graphics.Gpu/ClassId.cs index 3cde0ac0..be4ebe4b 100644 --- a/Ryujinx.Graphics.Gpu/ClassId.cs +++ b/Ryujinx.Graphics.Gpu/ClassId.cs @@ -1,5 +1,8 @@ namespace Ryujinx.Graphics.Gpu { + /// <summary> + /// GPU engine class ID. + /// </summary> enum ClassId { Engine2D = 0x902d, |
