Add XML documentation to Ryujinx.Graphics.Gpu

This commit is contained in:
gdkchan 2019-12-31 17:08:20 -03:00 committed by Thog
parent 4a4e2f7c72
commit f7bcc884e4
10 changed files with 355 additions and 30 deletions

View file

@ -1,5 +1,8 @@
namespace Ryujinx.Graphics.Gpu
{
/// <summary>
/// GPU engine class ID.
/// </summary>
enum ClassId
{
Engine2D = 0x902d,