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

Function ospRenderFrame

ospray/api/API.cpp:657–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655OSPRAY_CATCH_END(nullptr)
656
657extern "C" OSPFuture ospRenderFrame(OSPFrameBuffer fb,
658 OSPRenderer renderer,
659 OSPCamera camera,
660 OSPWorld world) OSPRAY_CATCH_BEGIN
661{
662 THROW_IF_NULL(fb, "framebuffer");
663 THROW_IF_NULL(renderer, "renderer");
664 THROW_IF_NULL(camera, "camera");
665 THROW_IF_NULL(world, "world");
666
667 ASSERT_DEVICE();
668 return currentDevice().renderFrame(fb, renderer, camera, world);
669}
670OSPRAY_CATCH_END(nullptr)
671
672extern "C" int ospIsReady(OSPFuture f, OSPSyncEvent event) OSPRAY_CATCH_BEGIN

Callers 5

renderFrameFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
ospRenderFrameBlockingFunction · 0.85
renderFrameMethod · 0.85

Calls 1

renderFrameMethod · 0.45

Tested by

no test coverage detected