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

Method decMeshRefCount

physx/source/physx/src/NpShape.cpp:754–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752}
753
754void NpShape::decMeshRefCount()
755{
756 Cm::RefCountable* npMesh = getMeshRefCountable();
757 if(npMesh)
758 npMesh->decRefCount();
759}
760
761bool NpShape::checkMaterialSetup(const PxGeometry& geom, const char* errorMsgPrefix, PxMaterial*const* materials, PxU16 materialCount)
762{

Callers

nothing calls this directly

Calls 1

decRefCountMethod · 0.45

Tested by

no test coverage detected