| 4311 | //======================= END OF DECOMPRESS CODE ========================================= |
| 4312 | |
| 4313 | int CMP_CDECL CreateOptionsBC6(void** options) |
| 4314 | { |
| 4315 | (*options) = new BC6H_Encode; |
| 4316 | if (!options) |
| 4317 | return CGU_CORE_ERR_NEWMEM; |
| 4318 | SetDefaultBC6Options((BC6H_Encode*)(*options)); |
| 4319 | return CGU_CORE_OK; |
| 4320 | } |
| 4321 | |
| 4322 | int CMP_CDECL DestroyOptionsBC6(void* options) |
| 4323 | { |