TOpenCLKernel.SetArgSingle Method

void SetArgSingle(Int32 argIndex, Single Value)

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

#NameTypeDescription
1argIndexInt32
2ValueSinglescalar

Result: stored in self (calling object)