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: 63b626f18aa70e40d1ca159228b1a673c3c65a6e (
plain
)
1
2
3
4
namespace
Ryujinx
.
Graphics
.
Gal
.
OpenGL
{
delegate void
DeleteValue
<
T
>(
T
value
);
}