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
/
IndexType.cs
blob: 4abf28d9c4d8171bae7f922647448bf9b92990ed (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
namespace
Ryujinx.Graphics.GAL
{
public
enum
IndexType
{
UByte
,
UShort
,
UInt
}
}