This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
Ryujinx-uplift
Watch
1
Star
0
Fork
0
You've already forked Ryujinx-uplift
mirror of
https://github.com/GreemDev/Ryujinx.git
synced
2024-11-28 19:54:29 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b5b7e23fc4
Ryujinx-uplift
/
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 21:20:06 +02: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 12:49:39 +02:00
Spirv
,
Arb
Allow shader language and target API to be specified on the shader translator (#2402)
2021-07-06 21:20:06 +02:00
}
}
Reference in New Issue
Copy Permalink