TOpenCLKernel.SetArgInt32 Method

void SetArgInt32(Int32 argIndex, Int32 Value)

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

#NameTypeDescription
1argIndexInt32
2ValueInt32

Result: stored in self (calling object)