Click or drag to resize
SoOpenCLArithmeticShift Method
Overload List
  NameDescription
Public methodShift(SoBufferObject, SbDataType, SoBufferObject, SbDataType, Single)

B = A + shiftFactor Note: B can be a reference to A Limitation: typeA must be the same as typeC.

(Inherited from SoArithmetic.)
Public methodShift(SoCpuBufferObject, SbDataType, SoCpuBufferObject, SbDataType, Single)

B = A + shiftFactor Fast version for Cpu buffers.

(Inherited from SoArithmetic.)
Public methodShift(SoOpenCLBufferObject, SbDataType, SoOpenCLBufferObject, SbDataType, Single)

B = A + shiftFactor OpenCL input version.

Top
See Also