@@ -2665,14 +2665,17 @@ endif::cl_khr_external_memory[]
26652665 _image_height_ for a 2D image array or a 3D image, must be {geq} the
26662666 image row pitch for a 1D image array, and must be a multiple of the
26672667 image row pitch.
2668- * _num_mip_levels_ must be
2669- ifndef::cl_khr_mipmap_image[0.]
2668+ * _num_mip_levels_ must be `0`, indicating that the image has a single
2669+ ifndef::cl_khr_mipmap_image[]
2670+ mipmap level.
2671+ endif::cl_khr_mipmap_image[]
26702672ifdef::cl_khr_mipmap_image[]
2671- 0 unless the {cl_khr_mipmap_image_EXT} extension is supported, in which
2672- case it may be a nonzero value specifying the number of mipmap
2673- levels in the image.
2673+ mipmap level, unless the {cl_khr_mipmap_image_EXT} extension is supported.
2674+ When the {cl_khr_mipmap_image_EXT} extension is supported, _num_mip_levels_
2675+ may additionally specify the total number of mipmap levels in the image,
2676+ including the base level footnote:[{fn-single-mipmap-level}].
26742677endif::cl_khr_mipmap_image[]
2675- * _num_samples_ must be 0 .
2678+ * _num_samples_ must be `0` .
26762679 * _mem_object_ may refer to a valid buffer or image memory object.
26772680 `mem_object` can be a buffer memory object if `image_type` is
26782681 {CL_MEM_OBJECT_IMAGE1D_BUFFER} or
0 commit comments