Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ NpShapeIncRefCount
Function
NpShapeIncRefCount
physx/source/physx/src/NpShape.cpp:700–704 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
698
}
699
700
void NpShapeIncRefCount(Scb::Shape& scb)
701
{
702
NpShape* np = const_cast<NpShape*>(getNpShape(&scb));
703
np->incRefCount();
704
}
705
706
void NpShapeDecRefCount(Scb::Shape& scb)
707
{
Callers
4
syncState
Method · 0.85
onShapeAttach
Method · 0.85
switchRigidFromNoSim
Method · 0.85
addOrRemoveRigidObject
Function · 0.85
Calls
2
getNpShape
Function · 0.85
incRefCount
Method · 0.45
Tested by
no test coverage detected