This website requires JavaScript.
Explore
Help
Register
Sign In
daniel
/
Ryujinx
Watch
1
Star
0
Fork
0
You've already forked Ryujinx
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-12-26 10:21:22 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e6eeb6f09f
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 12:17:35 -07:00
namespace
Ryujinx.Graphics.Gal.Shader
{
enum
ShaderOper
{
CR
,
Imm
,
[GPU] Add more shader instructions, add support for rgb565 textures
2018-04-10 12:50:32 -07: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 12:17:35 -07:00
}
}
Reference in New Issue
Copy Permalink