TOpenCLKernel.SetArgBuffer Method

procedure SetArgBuffer(argIndex: Integer; Value: NativeInt);

Sets the Kernel (Open CL function) parameter at argIndex to Value.

#NameTypeDescription
1argIndexInteger
2ValueNativeInt

Result: stored in self (calling object)