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

Function rtcSetDeviceErrorFunction

kernels/common/rtcore.cpp:174–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 RTC_API void rtcSetDeviceErrorFunction(RTCDevice hdevice, RTCErrorFunction error, void* userPtr)
175 {
176 Device* device = (Device*) hdevice;
177 RTC_CATCH_BEGIN;
178 RTC_TRACE(rtcSetDeviceErrorFunction);
179 RTC_VERIFY_HANDLE(hdevice);
180 device->setErrorFunction(error, userPtr);
181 RTC_CATCH_END(device);
182 }
183
184 RTC_API void rtcSetDeviceMemoryMonitorFunction(RTCDevice hdevice, RTCMemoryMonitorFunction memoryMonitor, void* userPtr)
185 {

Callers 9

initializeDeviceFunction · 0.85
initializeDeviceFunction · 0.85
runMethod · 0.85
setupMethod · 0.85
setupMethod · 0.85
setupMethod · 0.85
device_initFunction · 0.85
mainFunction · 0.85
create_deviceMethod · 0.85

Calls 1

setErrorFunctionMethod · 0.80

Tested by

no test coverage detected