This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
ryujinx
Watch
1
Star
0
Fork
You've already forked ryujinx
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
bed13f2022
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 15:17:35 -04:00
namespace
Ryujinx.Graphics.Gal.Shader
{
enum
ShaderOper
{
CR
,
Imm
,
[GPU] Add more shader instructions, add support for rgb565 textures
2018-04-10 15:50:32 -04: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 15:17:35 -04:00
}
}
Reference in a new issue
Copy permalink