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

Function ospCopyData2D

ospray/api/ospray_util_impl.cpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void 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

Callers

nothing calls this directly

Calls 1

ospCopyDataFunction · 0.85

Tested by

no test coverage detected