| 82 | } |
| 83 | |
| 84 | int CMP_CDECL DestroyOptionsBC3(void* options) |
| 85 | { |
| 86 | if (!options) |
| 87 | return CGU_CORE_ERR_INVALIDPTR; |
| 88 | CMP_BC15Options* BCOptions = reinterpret_cast<CMP_BC15Options*>(options); |
| 89 | delete BCOptions; |
| 90 | return CGU_CORE_OK; |
| 91 | } |
| 92 | |
| 93 | int CMP_CDECL SetQualityBC3(void* options, CGU_FLOAT fquality) |
| 94 | { |