MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsDone

Method IsDone

trinity/Tr2DxtCompressor.cpp:952–955  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Query if the compression is finished. Return Value: true if compression is finished false otherwise --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

950// false otherwise
951// --------------------------------------------------------------------------------------
952bool Tr2DxtCompressControl::IsDone() const
953{
954 return m_isDone;
955}
956
957// --------------------------------------------------------------------------------------
958// Description:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected