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

Method newData

modules/cpu/ISPCDevice.cpp:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352OSPData ISPCDevice::newData(OSPDataType type, const vec3ul &numItems)
353{
354 return (OSPData) new Data(*this, type, numItems);
355}
356
357void ISPCDevice::copyData(
358 const OSPData source, OSPData destination, const vec3ul &destinationIndex)

Callers 1

ospNewDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected