mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-22 04:46:17 +00:00
9 lines
121 B
C#
9 lines
121 B
C#
namespace Ryujinx.Graphics.Shader.Translation
|
|
{
|
|
public enum TargetLanguage
|
|
{
|
|
Glsl,
|
|
Spirv
|
|
}
|
|
}
|