This website requires JavaScript.
Explore
Help
Register
Sign in
emu-mirrors
/
ryujinx-final
Archived
Watch
0
Star
0
Fork
You've already forked ryujinx-final
0
Code
Activity
This repository has been archived on
2024-10-12
. You can view files and clone it, but cannot push or open issues or pull requests.
e6eeb6f09f
ryujinx-final
/
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 19:17:35 +00:00
namespace
Ryujinx.Graphics.Gal.Shader
{
enum
ShaderOper
{
CR
,
Imm
,
[GPU] Add more shader instructions, add support for rgb565 textures
2018-04-10 19:50:32 +00: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 19:17:35 +00:00
}
}
Copy permalink