mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-03-14 12:55:51 +00:00
8 lines
119 B
C#
8 lines
119 B
C#
namespace Ryujinx.Graphics.Shader.Translation
|
|
{
|
|
public enum TargetApi
|
|
{
|
|
OpenGL,
|
|
Vulkan
|
|
}
|
|
}
|