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

Function ospUnmapFrameBuffer

ospray/api/API.cpp:612–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610OSPRAY_CATCH_END(nullptr)
611
612extern "C" void ospUnmapFrameBuffer(
613 const void *mapped, OSPFrameBuffer fb) OSPRAY_CATCH_BEGIN
614{
615 THROW_IF_NULL_OBJECT(fb);
616 THROW_IF_NULL(mapped, "pointer");
617 ASSERT_DEVICE();
618 currentDevice().frameBufferUnmap(mapped, fb);
619}
620OSPRAY_CATCH_END()
621
622extern "C" float ospGetVariance(OSPFrameBuffer fb) OSPRAY_CATCH_BEGIN

Callers 6

mapFramebufferFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
unmapMethod · 0.85

Calls 1

frameBufferUnmapMethod · 0.45

Tested by

no test coverage detected