GFXStateBlock
| 29 | /// GFXStateBlock |
| 30 | /// |
| 31 | const String GFXStateBlock::describeSelf() const |
| 32 | { |
| 33 | return String::ToString("hashvalue: 0x%x", getDesc().getHashValue()); |
| 34 | } |
| 35 | |
| 36 | /// |
| 37 | /// GFXStateBlockDesc |
nothing calls this directly
no test coverage detected