Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1050
static PX_FORCE_INLINE PxU32 isNewOrUpdated(PxU32 data)
1051
{
1052
return data & PX_SIGN_BITMASK;
1053
}
1054
1055
static PX_FORCE_INLINE PxU32 markAsNewOrUpdated(PxU32 data)
1056
{
Callers
2
addObjects
Method · 0.85
prepareData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected