source:
OniSplit/Motoko/TextureFormat.cs@
1185
Last change on this file since 1185 was 1114, checked in by , 5 years ago | |
---|---|
File size: 200 bytes |
Rev | Line | |
---|---|---|
[1114] | 1 | namespace Oni.Motoko |
2 | { | |
3 | internal enum TextureFormat | |
4 | { | |
5 | BGRA4444 = 0, | |
6 | BGR555 = 1, | |
7 | BGRA5551 = 2, | |
8 | RGBA = 7, | |
9 | BGR = 8, | |
10 | DXT1 = 9 | |
11 | } | |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.