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

Method newImageOp

modules/cpu/ISPCDevice.cpp:528–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528OSPImageOperation ISPCDevice::newImageOp(const char *type)
529{
530 ospray::ImageOp *ret = ImageOp::createImageOp(type, getDRTDevice());
531 return (OSPImageOperation)ret;
532}
533
534const void *ISPCDevice::frameBufferMap(
535 OSPFrameBuffer _fb, OSPFrameBufferChannel channel)

Callers 1

ospNewImageOperationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected