mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-04-20 14:32:03 +00:00
8 lines
121 B
C#
8 lines
121 B
C#
namespace Ryujinx.Graphics.Shader.Translation
|
|
{
|
|
public enum TargetLanguage
|
|
{
|
|
Glsl,
|
|
Spirv
|
|
}
|
|
}
|