namespace Ryujinx.Graphics.Gpu.Engine.MME { /// /// Name of the High-level implementation of a Macro function. /// enum MacroHLEFunctionName { None, ClearColor, ClearDepthStencil, DrawArraysInstanced, DrawElementsInstanced, DrawElementsIndirect, MultiDrawElementsIndirectCount } }