| 275 | // PT: in the following functions, checkPvdDebugFlag() is done by the callers to save time when functions are called from a loop. |
| 276 | |
| 277 | static void createInstance(Scb::Scene& scene, Vd::ScbScenePvdClient& d, T* v) |
| 278 | { |
| 279 | PX_PROFILE_ZONE("PVD.createPVDInstance", scene.getContextId()); |
| 280 | PX_UNUSED(scene); |
| 281 | d.createPvdInstance(v); |
| 282 | } |
| 283 | |
| 284 | static void updateInstance(Scb::Scene& scene, Vd::ScbScenePvdClient& d, T* v) |
| 285 | { |
no test coverage detected