This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-11-07 20:58:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ee1038e542
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 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
}
}
Reference in a new issue
Copy permalink