source:
OniSplit/Motoko/TextureFormat.cs@
1202
| Last change on this file since 1202 was 1114, checked in by , 6 years ago | |
|---|---|
| File size: 200 bytes | |
| Line | |
|---|---|
| 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.
