This method just needs to return a unique value based on its contents.
| 98 | |
| 99 | // This method just needs to return a unique value based on its contents. |
| 100 | U32 GFXStateBlockDesc::getHashValue() const |
| 101 | { |
| 102 | return CRC::calculateCRC(this, sizeof(GFXStateBlockDesc)); |
| 103 | } |
| 104 | |
| 105 | /// Adds data from desc to this description, uses *defined parameters in desc to figure out |
| 106 | /// what blocks of state to actually copy from desc. |
no outgoing calls
no test coverage detected