Click or drag to resize
SoOpenCLConversionConvert Method (SoOpenCLBufferObject, SbDataType, SoOpenCLBufferObject, SbDataType, UInt64)

Convert the data in a buffer object from one data type to another one.

Namespace: OIV.Inventor.OpenCL.Algorithms
Assembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public int Convert(
	SoOpenCLBufferObject sourceBufferObject,
	SbDataType src_type,
	SoOpenCLBufferObject targetBufferObject,
	SbDataType dst_type,
	ulong size
)

Parameters

sourceBufferObject
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
src_type
Type: OIV.InventorSbDataType
targetBufferObject
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
dst_type
Type: OIV.InventorSbDataType
size
Type: SystemUInt64

Return Value

Type: Int32
Remarks

OPENCL input version.

See Also