Improve XML summary formatting in RenderCommandType and YesNtWindowStatements

This commit is contained in:
Stone_Red
2026-06-17 01:41:28 +02:00
parent 73617ec719
commit 6d768861ea
2 changed files with 22 additions and 14 deletions
+7 -5
View File
@@ -1,12 +1,14 @@
namespace RemSox.UI.GUI.Rendering;
/// <summary>
/// Render command opcodes, grouped by category:
/// 0x010x0F System/setup
/// 0x100x1F Window lifecycle
/// 0x200x2F Primitives lifecycle
/// 0x300x3F Primitives draw
/// <para>Render command opcodes, grouped by category:</para>
/// <para>
/// 0x010x0F System/setup<br/>
/// 0x100x1F Window lifecycle<br/>
/// 0x200x2F Primitives lifecycle<br/>
/// 0x300x3F Primitives draw<br/>
/// 0x40+ Future expansion
/// </para>
/// </summary>
public enum RenderCommandType : byte
{