Creates and returns and array of CIKernel objects.
Original signature is '+ (NSArray *)kernelsWithString:(NSString *)s'
Available in 4 and later.


- s (NSString)
- A program in the Core Image dialect of the OpenGL Shading Language that contains one or more routines, each of which is marked using the kernel keyword.

An array of CIKernel objects. The array contains one CIKernel objects for each kernel routine in the supplied string.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)