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

Function isNewOrUpdated

physx/source/lowlevelaabb/src/BpBroadPhaseABP.cpp:1050–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048}
1049
1050static PX_FORCE_INLINE PxU32 isNewOrUpdated(PxU32 data)
1051{
1052 return data & PX_SIGN_BITMASK;
1053}
1054
1055static PX_FORCE_INLINE PxU32 markAsNewOrUpdated(PxU32 data)
1056{

Callers 2

addObjectsMethod · 0.85
prepareDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected