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

Function loadModule

modules/mpi/ospray/common/OSPWork.cpp:356–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356void loadModule(
357 OSPState &, networking::BufferReader &cmdBuf, networking::Fabric &)
358{
359 std::string module;
360 cmdBuf >> module;
361 ospLoadModule(module.c_str());
362}
363
364void createFramebuffer(
365 OSPState &state, networking::BufferReader &cmdBuf, networking::Fabric &)

Callers 1

dispatchWorkFunction · 0.85

Calls 1

ospLoadModuleFunction · 0.85

Tested by

no test coverage detected