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

Function ospMapFrameBuffer

ospray/api/API.cpp:603–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601OSPRAY_CATCH_END(nullptr)
602
603extern "C" const void *ospMapFrameBuffer(
604 OSPFrameBuffer fb, OSPFrameBufferChannel channel) OSPRAY_CATCH_BEGIN
605{
606 THROW_IF_NULL_OBJECT(fb);
607 ASSERT_DEVICE();
608 return currentDevice().frameBufferMap(fb, channel);
609}
610OSPRAY_CATCH_END(nullptr)
611
612extern "C" void ospUnmapFrameBuffer(

Callers 6

mapFramebufferFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mapMethod · 0.85

Calls 1

frameBufferMapMethod · 0.45

Tested by

no test coverage detected