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