1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-02-14 23:25:34 +00:00
Ryujinx/src/Ryujinx.Graphics.Shader/Translation/TargetApi.cs
Isaac Marovitz ebaf1d8258 Start Metal Backend
Revert build yml changes
2024-09-28 19:03:01 -04:00

9 lines
134 B
C#

namespace Ryujinx.Graphics.Shader.Translation
{
public enum TargetApi
{
OpenGL,
Vulkan,
Metal
}
}