'Specify sampling method in Metal Core Image Kernel

In Metal we can create samplers like this

      constexpr sampler s(coord::normalized, address::clamp_to_edge, filter::linear);

Then we can sample any texture using this sampler.

I am wondering if something similar is available in Metal Core Image Kernels or not.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source