MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / decMeshRefCount

Method decMeshRefCount

deps/physx/physx/source/physx/src/NpShape.cpp:757–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

decRefCountMethod · 0.45

Tested by

no test coverage detected