• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#include <clc/clc.h>
2
3_CLC_DECL int __clc_get_image_depth_3d(image3d_t);
4
5_CLC_OVERLOAD _CLC_DEF int
6get_image_depth(image3d_t image) {
7	return __clc_get_image_depth_3d(image);
8}
9