| 47 | using namespace Cm; |
| 48 | |
| 49 | static PX_FORCE_INLINE bool isSceneQuery(const NpShape& shape) { return shape.getFlagsFast() & PxShapeFlag::eSCENE_QUERY_SHAPE; } |
| 50 | |
| 51 | NpShapeManager::NpShapeManager() |
| 52 | : mSqCompoundId(INVALID_PRUNERHANDLE), mPruningStructure(NULL) |
no test coverage detected