This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-11-08 18:18:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1fd1ec5664
Ryujinx
/
Ryujinx.Graphics
/
Graphics3d
/
Texture
/
ISwizzle.cs
7 lines
117 B
C#
Raw
Normal View
History
Unescape
Escape
Move GPU emulation from Ryujinx.HLE to Ryujinx.Graphics and misc changes (#402) * Move GPU LLE emulation from HLE to Graphics * Graphics: Move Gal/Texture to Texture * Remove Engines/ directory and namespace * Use tables for image formats * Abstract OpCode decoding * Simplify image table * Do not leak Read* symbols in TextureReader * Fixups * Rename IGalFrameBuffer -> IGalRenderTarget * Remove MaxBpp hardcoded value * Change yet again texture data and add G8R8 flipping * Rename GalFrameBufferFormat to GalSurfaceFormat * Unident EnsureSetup in ImageHandler * Add IsCompressed * Address some feedback
2018-09-08 17:51:50 +00:00
namespace
Ryujinx.Graphics.Texture
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
{
interface
ISwizzle
{
int
GetSwizzleOffset
(
int
X
,
int
Y
)
;
}
}
Reference in a new issue
Copy permalink