| 4411 | } |
| 4412 | |
| 4413 | int CMP_CDECL DecompressBlockBC6(const unsigned char cmpBlock[16], CGU_UINT16 srcBlock[48], const void* options = NULL) |
| 4414 | { |
| 4415 | BC6H_Encode* BC6HEncode = (BC6H_Encode*)options; |
| 4416 | BC6H_Encode BC6HEncodeDefault; |
| 4417 | |
| 4418 | if (BC6HEncode == NULL) |
| 4419 | { |
| 4420 | BC6HEncode = &BC6HEncodeDefault; |
| 4421 | SetDefaultBC6Options(BC6HEncode); |
| 4422 | } |
| 4423 | DecompressBC6_Internal(srcBlock, cmpBlock, BC6HEncode); |
| 4424 | |
| 4425 | return CGU_CORE_OK; |
| 4426 | } |
| 4427 | |
| 4428 | #endif // !ASPM |
| 4429 | #endif // !ASPM_GPU |