This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-11-08 22:01:43 +00:00
Code
Issues
Releases
Activity
ac21abbb9d
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 20:20:06 +01: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 11:49:39 +01:00
Spirv
,
Arb
Allow shader language and target API to be specified on the shader translator (#2402)
2021-07-06 20:20:06 +01:00
}
}
Reference in a new issue
Copy permalink