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

Method frameBufferUnmap

modules/cpu/ISPCDevice.cpp:541–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541void ISPCDevice::frameBufferUnmap(const void *mapped, OSPFrameBuffer _fb)
542{
543 FrameBuffer *fb = (FrameBuffer *)_fb;
544 fb->unmap(mapped);
545}
546
547float ISPCDevice::getVariance(OSPFrameBuffer _fb)
548{

Callers 1

ospUnmapFrameBufferFunction · 0.45

Calls 1

unmapMethod · 0.45

Tested by

no test coverage detected