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
6b8fb8a4e3
Ryujinx
/
Ryujinx.Graphics
/
Gal
/
IGalMemory.cs
7 lines
116 B
C#
Raw
Normal View
History
Unescape
Escape
Improve shader sending method to GAL, use a memory interface instead of reading a fixed array size and sending every time
2018-05-23 03:43:31 +02:00
namespace
Ryujinx.Graphics.Gal
{
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 02:45:25 +01:00
public
interface
IGalMemory
Improve shader sending method to GAL, use a memory interface instead of reading a fixed array size and sending every time
2018-05-23 03:43:31 +02:00
{
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 02:45:25 +01:00
int
ReadInt32
(
long
position
)
;
Improve shader sending method to GAL, use a memory interface instead of reading a fixed array size and sending every time
2018-05-23 03:43:31 +02:00
}
}
Reference in a new issue
Copy permalink