mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-12-26 10:33:05 +00:00
8 lines
119 B
C#
8 lines
119 B
C#
namespace Ryujinx.Graphics.Shader.Translation
|
|
{
|
|
public enum TargetApi
|
|
{
|
|
OpenGL,
|
|
Vulkan
|
|
}
|
|
}
|