| 236 | } |
| 237 | |
| 238 | int CMP_CDECL DestroyOptionsBC1(void* options) |
| 239 | { |
| 240 | if (!options) |
| 241 | return CGU_CORE_ERR_INVALIDPTR; |
| 242 | CMP_BC15Options* BCOptions = reinterpret_cast<CMP_BC15Options*>(options); |
| 243 | delete BCOptions; |
| 244 | return CGU_CORE_OK; |
| 245 | } |
| 246 | |
| 247 | int CMP_CDECL SetQualityBC1(void* options, CGU_FLOAT fquality) |
| 248 | { |