This website requires JavaScript.
Explore
Help
Sign in
N-archive
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
4906acdde9
Ryujinx
/
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 a new issue
Copy permalink