This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
ryujinx
Watch
1
Star
0
Fork
You've already forked ryujinx
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7603dbe3c8
ryujinx
/
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 15:20:06 -04: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 06:49:39 -04:00
Spirv
,
Arb
Allow shader language and target API to be specified on the shader translator (#2402)
2021-07-06 15:20:06 -04:00
}
}
Reference in a new issue
Copy permalink