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

Method copyData

modules/cpu/ISPCDevice.cpp:357–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void ISPCDevice::copyData(
358 const OSPData source, OSPData destination, const vec3ul &destinationIndex)
359{
360 Data *dst = (Data *)destination;
361 dst->copy(*(Data *)source, destinationIndex);
362}
363
364///////////////////////////////////////////////////////////////////////////
365// Renderable Objects /////////////////////////////////////////////////////

Callers 1

ospCopyDataFunction · 0.45

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected