MCPcopy Create free account
hub / github.com/RenderKit/ospray / installStatusMsgFunc

Function installStatusMsgFunc

ospray/api/Device.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15template <typename OSTREAM_T>
16static inline void installStatusMsgFunc(Device &device, OSTREAM_T &stream)
17{
18 device.msg_fcn = [&](void *, const char *msg) { stream << msg; };
19}
20
21template <typename OSTREAM_T>
22static inline void installErrorMsgFunc(Device &device, OSTREAM_T &stream)

Callers 1

commitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected