int
get_image_height
(
| aQual image2d_array_t image) |
int
get_image_height
(
| aQual image2d_depth_t image) |
int
get_image_height
(
| aQual image2d_array_depth_t image) |
cl_khr_gl_msaa_sharing
:
int
get_image_height
(
|
image2d_msaa_t
image
) |
int
get_image_height
(
|
image2d_array_msaa_t
image
) |
int
get_image_height
(
|
image2d_msaa_depth_t
image
) |
int
get_image_height
(
|
image2d_array_msaa_depth_t
image
) |
aQual
refers to one of the access qualifiers read_only
, write_only
, or read_write
.
Return the image height in pixels.