Parent Directory
|
Revision Log
continue support for ST3C textures... Have BGR ST3C Texture Colors somwhate correct. BGRA, still having problems with colors & alpha bein applied when there is no alpha
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Text; |
4 | |
5 | namespace gr2lib_typedefs.typedefs.TextureCreator |
6 | { |
7 | public enum TextureCreators |
8 | { |
9 | undefined, |
10 | s3tc, |
11 | bink, |
12 | //raw, |
13 | _default |
14 | } |
15 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |