| 77 | } |
| 78 | |
| 79 | int CMP_CDECL DestroyOptionsBC2(void* options) |
| 80 | { |
| 81 | if (!options) |
| 82 | return CGU_CORE_ERR_INVALIDPTR; |
| 83 | CMP_BC15Options* BCOptions = reinterpret_cast<CMP_BC15Options*>(options); |
| 84 | delete BCOptions; |
| 85 | return CGU_CORE_OK; |
| 86 | } |
| 87 | |
| 88 | int CMP_CDECL SetQualityBC2(void* options, CGU_FLOAT fquality) |
| 89 | { |