mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-04-20 05:52:05 +00:00
8 lines
121 B
C#
8 lines
121 B
C#
namespace Ryujinx.Graphics.Shader.Translation
|
|
{
|
|
public enum TargetLanguage
|
|
{
|
|
Glsl,
|
|
Spirv
|
|
}
|
|
}
|