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