Click or drag to resize
SoCpuBufferObject Constructor (SbNativeArrayByte)
Constructor that takes an existing block of CPU memory.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoCpuBufferObject(
	SbNativeArray<byte> buffer
)

Parameters

buffer
Type: OIV.Inventor.GenericSbNativeArrayByte
buffer that would be shared by the SoCpuBufferObject instance.
Remarks
This memory is owned, and should be disposed by, the application.
See Also