SoCpuBufferObjectBuffer Property |
Request that the buffer object manage an existing block of memory.
Namespace: OIV.Inventor.Devices
The application still owns this memory and is responsible for releasing the memory (when no SoCpuBufferObjects have a reference on it).
We recommend to use the most aligned memory pointer possible to enable optimized algorithm usage (ie. SSE/Altivec computing, CUDA memory mapping, etc).
NOTE: If another buffer object is currently mapped into another buffer, the other buffer is automatically unmapped and its contents are undefined.