TOpenCLKernel.SetArgSmallInt Method

procedure SetArgSmallInt(argIndex: Integer; Value: SmallInt);

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

#NameTypeDescription
1argIndexInteger
2ValueSmallInt

Result: stored in self (calling object)