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

Method setErrorFunction

kernels/common/state.h:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185 public:
186 void setErrorFunction(RTCErrorFunction fptr, void* uptr)
187 {
188 error_function = fptr;
189 error_function_userptr = uptr;
190 }
191
192 RTCErrorFunction error_function;
193 void* error_function_userptr;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected