Refer to [[ https://www.khronos.org/registry/OpenCL/specs/opencl-1.1.pdf#page=242 | 6.11.13.2 Built-in Image Functions ]],
and [[ https://www.khronos.org/registry/OpenCL/specs/opencl-1.1.pdf#page=306 | 9.6.8 Image Read and Write Functions ]] of the OpenCL 1.1 spec.
- There is no mention of image1d_array_t and image2d_array_t anywhere in the OpenCL 1.1 spec.
- All the read_image{f,i,ui,h}() functions, as of OpenCL 1.1 spec, have a second required parameter sampler_t sampler
Should have prevented the following regression:
https://redmine.darktable.org/issues/12493