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

Function ospNewInstance

ospray/api/API.cpp:486–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484OSPRAY_CATCH_END(nullptr)
485
486extern "C" OSPInstance ospNewInstance(OSPGroup group) OSPRAY_CATCH_BEGIN
487{
488 ASSERT_DEVICE();
489 return currentDevice().newInstance(group);
490}
491OSPRAY_CATCH_END(nullptr)
492
493///////////////////////////////////////////////////////////////////////////////

Callers 7

newInstanceFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
buildScene1Function · 0.85
buildScene2Function · 0.85
mainFunction · 0.85
InstanceMethod · 0.85

Calls 1

newInstanceMethod · 0.45

Tested by

no test coverage detected