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