| cocos2d-x 3.0 |
)- 文件列表 - 文件成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
s3tc.h 文件参考
#include "CCStdC.h"
| ## 枚举 | |
| enum | S3TCDecodeFlag { DXT1 = 1, DXT3 = 3, DXT5 = 5 } |
| ## 函数 | |
| void | s3tc_decode (uint8_t encode_data, uint8_t decode_data, const int pixelsWidth, const int pixelsHeight, S3TCDecodeFlag decodeFlag) |
枚举类型说明
| strong |
| 枚举值 | |
|---|---|
| DXT1 | |
| DXT3 | |
| DXT5 |
函数说明
| void s3tc_decode | ( | uint8_t | encode_data, |
| uint8_t | decode_data, | ||
| const int | pixelsWidth, | ||
| const int | pixelsHeight, | ||
| S3TCDecodeFlag | decodeFlag | ||
| ) |

