index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Graphics
/
Gal
/
OpenGL
/
DeleteValueCallback.cs
blob: acd8d72f6618958e4a4e1e56f1081c99ba580d9a (
plain
)
1
2
3
4
namespace
Ryujinx
.
Graphics
.
Gal
.
OpenGL
{
delegate void
DeleteValue
<
T
>(
T Value
);
}