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

Method reportError

deps/physx/physx/source/physx/src/PvdPhysicsClient.cpp:208–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void PvdPhysicsClient::reportError(PxErrorCode::Enum code, const char* message, const char* file, int line)
209{
210 if(mIsConnected)
211 {
212 mPvdDataStream->sendErrorMessage(code, message, file, PxU32(line));
213 }
214}
215
216#endif // PX_SUPPORT_PVD

Callers 9

allocateMethod · 0.45
processRawInputsMethod · 0.45
newMeshMethod · 0.45
OGLRenderer.cppFile · 0.45
constraintProjectionMethod · 0.45
dispatchTaskMethod · 0.45
createInstanceMethod · 0.45

Calls 1

sendErrorMessageMethod · 0.80

Tested by

no test coverage detected