logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

get_image_width - Return the image width in pixels.

Authors

TheKhronosGroup

Description

       Return the image width in pixels.

Name

       get_image_width - Return the image width in pixels.

       intget_image_width(image1d_timage);intget_image_width(image1d_buffer_timage);intget_image_width(image2d_timage);intget_image_width(image3d_timage);intget_image_width(image1d_array_timage);intget_image_width(image2d_array_timage);

Notes

        1. OpenCL Specification
           page 311, section 6.12.14.5 - Built-in Image Query Functions

The Khronos Group                                  11/18/2024                              GET_IMAGE_WIDTH(3clc)

See Also

imageFunctions(3clc)

Specification

OpenCLSpecification[1]

See Also