This website requires JavaScript.
Explore
Help
Sign in
Rion
/
R
Watch
1
Star
0
Fork
You've already forked R
0
forked from
Mirror/Ryujinx
Code
Pull requests
Activity
c963b3c804
R
/
Ryujinx.Graphics.Shader
/
Translation
/
TargetLanguage.cs
10 lines
134 B
C#
Raw
Normal View
History
Unescape
Escape
Allow shader language and target API to be specified on the shader translator (#2402)
2021-07-06 19:20:06 +00:00
namespace
Ryujinx.Graphics.Shader.Translation
{
public
enum
TargetLanguage
{
Glsl
,
shadertools: Prepare for new target Languages and APIs (#2465) * shadertools: Prepare for new target Langugaes and APIs This improves shader tools command line by adding support for target language and api. * Address gdkchan's comments
2021-07-18 10:49:39 +00:00
Spirv
,
Arb
Allow shader language and target API to be specified on the shader translator (#2402)
2021-07-06 19:20:06 +00:00
}
}
Copy permalink