Click or drag to resize
SoOpenCLArithmeticAdd Method (SoOpenCLBufferObject, SbDataType, SoOpenCLBufferObject, SbDataType, SoOpenCLBufferObject, SbDataType)

Add two buffers into a third 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 Add(
	SoOpenCLBufferObject inputBufferA,
	SbDataType typeA,
	SoOpenCLBufferObject inputBufferB,
	SbDataType typeB,
	SoOpenCLBufferObject outputBufferC,
	SbDataType typeC
)

Parameters

inputBufferA
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
typeA
Type: OIV.InventorSbDataType
inputBufferB
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
typeB
Type: OIV.InventorSbDataType
outputBufferC
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
typeC
Type: OIV.InventorSbDataType

Return Value

Type: Int32
Remarks

OpenCL input version.

See Also