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

Method getData

physx/source/physx/src/NpScene.cpp:2553–2553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2551 }
2552
2553 size_t getData() const { return size_t(writeLockDepth) << 24 | size_t(readLockDepth) << 16 | size_t(writeDepth) << 8 | size_t(readDepth); }
2554
2555 PxU8 readDepth; // depth of re-entrant reads
2556 PxU8 writeDepth; // depth of re-entrant writes

Callers 15

snippetMainFunction · 0.45
createRandomConvexFunction · 0.45
createConvexMeshFunction · 0.45
createBV33TriangleMeshFunction · 0.45
createBV34TriangleMeshFunction · 0.45
generateTriMeshMethod · 0.45
serializeMethod · 0.45
createConvexMeshFunction · 0.45
createTriangleMesh32Method · 0.45
createConvexMeshSafeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected