procedure SetArgSingle(argIndex: Integer; Value: Single);
Sets the Kernel (Open CL function) parameter at argIndex to Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | argIndex | Integer | |
| 2 | Value | Single | scalar |
Result: stored in self (calling object)
Sets the Kernel (Open CL function) parameter at argIndex to Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | argIndex | Integer | |
| 2 | Value | Single | scalar |
Result: stored in self (calling object)