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: 9.9.13.0 (9.9.13.0)
Syntax
public SoCpuBufferObject(
	SbNativeArray<byte> buffer
)

Parameters

buffer
Type: OIV.Inventor.GenericSbNativeArrayByte

Pointer to the buffer to manage.

Remarks

This memory is owned, and should be freed by, the application.

See Also