This website requires JavaScript.
Explore
Help
Register
Sign In
manuth
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced
2024-11-16 10:05:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
af65ed3930
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 19:17:35 +00:00
namespace
Ryujinx.Graphics.Gal.Shader
{
enum
ShaderOper
{
Do naming refactoring on Ryujinx.Graphics (#611) * Renaming part 1 * Renaming part 2 * Renaming part 3 * Renaming part 4 * Renaming part 5 * Renaming part 6 * Renaming part 7 * Renaming part 8 * Renaming part 9 * Renaming part 10 * General cleanup * Thought I got all of these * Apply #595 * Additional renaming * Tweaks from feedback * Rename files
2019-03-04 01:45:25 +00:00
Cr
,
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
Imm
,
[GPU] Add more shader instructions, add support for rgb565 textures
2018-04-10 19:50:32 +00:00
Immf
,
Do naming refactoring on Ryujinx.Graphics (#611) * Renaming part 1 * Renaming part 2 * Renaming part 3 * Renaming part 4 * Renaming part 5 * Renaming part 6 * Renaming part 7 * Renaming part 8 * Renaming part 9 * Renaming part 10 * General cleanup * Thought I got all of these * Apply #595 * Additional renaming * Tweaks from feedback * Rename files
2019-03-04 01:45:25 +00:00
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
}
}
Reference in a new issue
Copy permalink