Click or drag to resize
SoCpuBufferObjectBuffer Property

Request that the buffer object manage an existing block of memory.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public SbNativeArray<byte> Buffer { set; }

Property Value

Type: SbNativeArrayByte
The shared buffer.
Remarks

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.

See Also