| 1909 | } |
| 1910 | |
| 1911 | void ilFreeSurfaceDxtcData() |
| 1912 | { |
| 1913 | if (iCurImage != NULL && iCurImage->DxtcData != NULL) { |
| 1914 | ifree(iCurImage->DxtcData); |
| 1915 | iCurImage->DxtcData = NULL; |
| 1916 | iCurImage->DxtcSize = 0; |
| 1917 | iCurImage->DxtcFormat = IL_DXT_NO_COMP; |
| 1918 | } |
| 1919 | } |
| 1920 | |
| 1921 | void ilFreeImageDxtcData() |
| 1922 | { |
no outgoing calls
no test coverage detected