This website requires JavaScript.
Explore
Help
Sign in
N-archive
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
d137405e94
Ryujinx
/
Ryujinx.HLE
/
Gpu
/
Texture
/
ISwizzle.cs
7 lines
116 B
C#
Raw
Normal View
History
Unescape
Escape
Small OpenGL Renderer refactoring (#177) * Call OpenGL functions directly, remove the pfifo thread, some refactoring * Fix PerformanceStatistics calculating the wrong host fps, remove wait event on PFIFO as this wasn't exactly was causing the freezes (may replace with an exception later) * Organized the Gpu folder a bit more, renamed a few things, address PR feedback * Make PerformanceStatistics thread safe * Remove unused constant * Use unlimited update rate for better pref
2018-06-24 02:39:25 +02:00
namespace
Ryujinx.HLE.Gpu.Texture
Merge shader branch, adding support for GLSL decompilation, a macro interpreter, and a rewrite of the GPU code.
2018-04-08 21:17:35 +02:00
{
interface
ISwizzle
{
int
GetSwizzleOffset
(
int
X
,
int
Y
)
;
}
}
Reference in a new issue
Copy permalink