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