Returns the hash value of the desc that created this block
| 77 | |
| 78 | /// Returns the hash value of the desc that created this block |
| 79 | U32 GFXGLStateBlock::getHashValue() const |
| 80 | { |
| 81 | return mCachedHashValue; |
| 82 | } |
| 83 | |
| 84 | /// Returns a GFXStateBlockDesc that this block represents |
| 85 | const GFXStateBlockDesc& GFXGLStateBlock::getDesc() const |