Click or drag to resize
SoCudaBufferObjectCreateInstance Method

Creates a new buffer with the same properties as the current one.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public override SoBufferObject CreateInstance()

Return Value

Type: SoBufferObject
Remarks

The new instance will have the same context or device properties, but no memory is allocated.

See Also