| 4320 | } |
| 4321 | |
| 4322 | int CMP_CDECL DestroyOptionsBC6(void* options) |
| 4323 | { |
| 4324 | if (!options) |
| 4325 | return CGU_CORE_ERR_INVALIDPTR; |
| 4326 | BC6H_Encode* BCOptions = reinterpret_cast<BC6H_Encode*>(options); |
| 4327 | delete BCOptions; |
| 4328 | return CGU_CORE_OK; |
| 4329 | } |
| 4330 | |
| 4331 | int CMP_CDECL SetQualityBC6(void* options, CGU_FLOAT fquality) |
| 4332 | { |