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 16:28:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b2b736abc2
Ryujinx
/
Ryujinx.Graphics
/
Gal
/
OpenGL
/
DeleteValueCallback.cs
4 lines
84 B
C#
Raw
Normal View
History
Unescape
Escape
Texture/Vertex/Index data cache (#132) * Initial implementation of the texture cache * Cache vertex and index data aswell, some cleanup * Improve handling of the cache by storing cached ranges on a list for each page * Delete old data from the caches automatically, ensure that the cache is cleaned when the mapping/size changes, and some general cleanup
2018-06-09 00:15:56 +00:00
namespace
Ryujinx.Graphics.Gal.OpenGL
{
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
delegate
void
DeleteValue
<
T
>
(
T
value
)
;
Texture/Vertex/Index data cache (#132) * Initial implementation of the texture cache * Cache vertex and index data aswell, some cleanup * Improve handling of the cache by storing cached ranges on a list for each page * Delete old data from the caches automatically, ensure that the cache is cleaned when the mapping/size changes, and some general cleanup
2018-06-09 00:15:56 +00:00
}
Reference in a new issue
Copy permalink