MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / sendBeginFrame

Method sendBeginFrame

physx/source/physx/src/PvdMetaDataPvdBinding.cpp:607–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void PvdMetaDataBinding::sendBeginFrame(PvdDataStream& inStream, const PxScene* inScene, PxReal simulateElapsedTime)
608{
609 inStream.beginSection(inScene, "frame");
610 inStream.setPropertyValue(inScene, "Timestamp", inScene->getTimestamp());
611 inStream.setPropertyValue(inScene, "SimulateElapsedTime", simulateElapsedTime);
612}
613
614template <typename TDataType>
615struct NullConverter

Callers 1

frameStartMethod · 0.80

Calls 3

beginSectionMethod · 0.80
setPropertyValueMethod · 0.45
getTimestampMethod · 0.45

Tested by

no test coverage detected