TOpenCLKernel.SetArgByte Method

void SetArgByte(Int32 argIndex, Byte Value)

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

#NameTypeDescription
1argIndexInt32
2ValueByte

Result: stored in self (calling object)