-------------------------------------------------------------------------------------- Description: Notify the control that the compression is finished. Should only be called from compression task itself. --------------------------------------------------------------------------------------
| 972 | // compression task itself. |
| 973 | // -------------------------------------------------------------------------------------- |
| 974 | void Tr2DxtCompressControl::Done() |
| 975 | { |
| 976 | m_isDone = true; |
| 977 | } |
| 978 | |
| 979 | struct Tr2DxtCompressSurfaceAsyncData |
| 980 | { |
no outgoing calls
no test coverage detected