TOpenCLKernel.SetArgByte Method

procedure SetArgByte(argIndex: Integer; Value: Byte);

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

#NameTypeDescription
1argIndexInteger
2ValueByte

Result: stored in self (calling object)