| 245 | } |
| 246 | |
| 247 | int CMP_CDECL DestroyOptionsBC5(void* options) |
| 248 | { |
| 249 | if (!options) |
| 250 | return CGU_CORE_ERR_INVALIDPTR; |
| 251 | CMP_BC15Options* BCOptions = reinterpret_cast<CMP_BC15Options*>(options); |
| 252 | delete BCOptions; |
| 253 | return CGU_CORE_OK; |
| 254 | } |
| 255 | |
| 256 | int CMP_CDECL SetQualityBC5(void* options, CGU_FLOAT fquality) |
| 257 | { |