| 98 | uint32_t getTotalHitVarsCount() const { return uint32_t(mHitVars.size()); } |
| 99 | uint32_t getRayTypeCount() const { return mRayTypeCount; } |
| 100 | uint32_t getGeometryCount() const { return mGeometryCount; } |
| 101 | |
| 102 | const std::vector<int32_t>& getUniqueEntryPointGroupIndices() const { return mUniqueEntryPointGroupIndices; } |
| 103 |
no outgoing calls
no test coverage detected