-----------------------------------------------------------------------------------
| 221 | MaterialPtr Renderable::getMaterial() const { return mMaterial; } |
| 222 | //----------------------------------------------------------------------------------- |
| 223 | unsigned short Renderable::getNumPoses() const { return mPoseData ? mPoseData->numPoses : 0; } |
| 224 | //----------------------------------------------------------------------------------- |
| 225 | bool Renderable::getPoseHalfPrecision() const |
| 226 | { |
no outgoing calls
no test coverage detected