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