| 78 | } |
| 79 | |
| 80 | void ospCopyData2D(const OSPData source, |
| 81 | OSPData destination, |
| 82 | uint64_t destinationIndex1, |
| 83 | uint64_t destinationIndex2) |
| 84 | { |
| 85 | ospCopyData(source, destination, destinationIndex1, destinationIndex2, 0); |
| 86 | } |
| 87 | |
| 88 | // Parameter helpers //////////////////////////////////////////////////////// |
| 89 |
nothing calls this directly
no test coverage detected