index
:
mirror/ryujinx
master
An experimental Nintendo Switch Emulator written in C#
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Graphics
/
Gal
/
OpenGL
/
DeleteValueCallback.cs
blob: acd8d72f6618958e4a4e1e56f1081c99ba580d9a (
plain
) (
blame
)
1
2
3
4
namespace
Ryujinx.Graphics.Gal.OpenGL
{
delegate
void
DeleteValue
<
T
>
(
T
Value
);
}