CLKernel Class Reference
Inherits from | NSObject |
---|---|
Declared in | CLKernel.h |
– argumentNamed:
Get the argument with the given name.
- (CLKernelArgument *)argumentNamed:(NSString *)name
Parameters
name |
The argument name. Does not include type or qualifiers. |
---|
Return Value
An argument instance. Calling this method repeatedly will return the same instance each time.
Discussion
Get the argument with the given name.
Declared In
CLKernel.h