mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 13:30:47 -07:00
Move solution and projects to src
This commit is contained in:
16
src/Ryujinx.Graphics.Gpu/Engine/MME/MacroHLEFunctionName.cs
Normal file
16
src/Ryujinx.Graphics.Gpu/Engine/MME/MacroHLEFunctionName.cs
Normal file
@ -0,0 +1,16 @@
|
||||
namespace Ryujinx.Graphics.Gpu.Engine.MME
|
||||
{
|
||||
/// <summary>
|
||||
/// Name of the High-level implementation of a Macro function.
|
||||
/// </summary>
|
||||
enum MacroHLEFunctionName
|
||||
{
|
||||
None,
|
||||
ClearColor,
|
||||
ClearDepthStencil,
|
||||
DrawArraysInstanced,
|
||||
DrawElementsInstanced,
|
||||
DrawElementsIndirect,
|
||||
MultiDrawElementsIndirectCount
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user