| 134 | } |
| 135 | |
| 136 | int CMP_CDECL SetGammaBC3(void* options, CGU_BOOL sRGB) |
| 137 | { |
| 138 | return SetSrgbBC3(options, sRGB); |
| 139 | } |
| 140 | |
| 141 | void DecompressBC3_Internal(CMP_GLOBAL CGU_UINT8 rgbaBlock[64], const CGU_UINT32 compressedBlock[4], const CMP_BC15Options* BC15options) |
| 142 | { |