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-16 14:33:17 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
feb2680a6c
Ryujinx-uplift
/
Ryujinx.Graphics
/
Gal
/
Shader
/
ShaderOper.cs
11 lines
135 B
C#
Raw
Normal View
History
Unescape
Escape
Merge shader branch, adding support for GLSL decompilation, a macro interpreter, and a rewrite of the GPU code.
2018-04-08 21:17:35 +02:00
namespace
Ryujinx.Graphics.Gal.Shader
{
enum
ShaderOper
{
CR
,
Imm
,
[GPU] Add more shader instructions, add support for rgb565 textures
2018-04-10 21:50:32 +02:00
Immf
,
RC
,
RR
Merge shader branch, adding support for GLSL decompilation, a macro interpreter, and a rewrite of the GPU code.
2018-04-08 21:17:35 +02:00
}
}
Reference in New Issue
Copy Permalink