source: OniSplit/Motoko/TextureFormat.cs@ 1185

Last change on this file since 1185 was 1114, checked in by iritscen, 5 years ago

Adding OniSplit source code (v0.9.99.0). Many thanks to Neo for all his work over the years.

File size: 200 bytes
RevLine 
[1114]1namespace 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.