MCPcopy Create free account
hub / github.com/RenderKit/embree / rtcGetErrorString

Function rtcGetErrorString

kernels/common/rtcore.cpp:2342–2349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2340 }
2341
2342 RTC_API const char* rtcGetErrorString(RTCError error)
2343 {
2344 RTC_CATCH_BEGIN;
2345 RTC_TRACE(rtcGetErrorString);
2346 return Device::getErrorString(error);
2347 RTC_CATCH_END(nullptr);
2348 return nullptr;
2349 }
2350
2351
2352RTC_NAMESPACE_END

Callers 3

errorFunctionFunction · 0.85
initializeDeviceFunction · 0.85
error_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected