Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 998 Bytes

File metadata and controls

40 lines (22 loc) · 998 Bytes

get_image_array_size

Return the number of images in an image array.

size_t get_image_array_size(aQual image2d_array_t image)

size_t get_image_array_size(aQual image1d_array_t image)

size_t get_image_array_size(aQual image2d_array_depth_t image)

size_t get_image_array_size(image2d_array_msaa_depth_t image)

Description

get_image_array_size with image2d_array_t, image2d_array_depth_t, and image2d_array_msaa_depth_t returns the number of images in a 2D image array.

get_image_array_size with image1d_array_t returns the number of images in a 1D image array.