mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-11 04:46:41 +00:00
12 lines
248 B
C#
12 lines
248 B
C#
|
namespace Ryujinx.Graphics.Gpu.Engine.MME
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Name of the High-level implementation of a Macro function.
|
|||
|
/// </summary>
|
|||
|
enum MacroHLEFunctionName
|
|||
|
{
|
|||
|
None,
|
|||
|
MultiDrawElementsIndirectCount
|
|||
|
}
|
|||
|
}
|