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

Function ospCommit

ospray/api/API.cpp:539–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537OSPRAY_CATCH_END()
538
539extern "C" void ospCommit(OSPObject _object) OSPRAY_CATCH_BEGIN
540{
541 THROW_IF_NULL_OBJECT(_object);
542 ASSERT_DEVICE();
543 currentDevice().commit(_object);
544}
545OSPRAY_CATCH_END()
546
547extern "C" void ospRelease(OSPObject _object) OSPRAY_CATCH_BEGIN

Callers 10

newSharedDataFunction · 0.85
commitFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
startNewOSPRayFrameMethod · 0.85
buildScene1Function · 0.85
buildScene2Function · 0.85
mainFunction · 0.85
commitMethod · 0.85

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected