mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-02-02 10:39:01 +01:00
8 lines
121 B
C#
8 lines
121 B
C#
namespace Ryujinx.Graphics.Shader.Translation
|
|
{
|
|
public enum TargetLanguage
|
|
{
|
|
Glsl,
|
|
Spirv
|
|
}
|
|
}
|