We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8502ba1 commit 806d59eCopy full SHA for 806d59e
libclc/generic/include/clc/image/image.h
@@ -6,6 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
+#if defined(__opencl_c_images)
10
+
11
_CLC_OVERLOAD _CLC_DECL int get_image_width (image2d_t image);
12
_CLC_OVERLOAD _CLC_DECL int get_image_width (image3d_t image);
13
@@ -42,3 +44,5 @@ _CLC_OVERLOAD _CLC_DECL uint4
42
44
read_imageui(image2d_t image, sampler_t sampler, int2 coord);
43
45
_CLC_OVERLOAD _CLC_DECL uint4
46
read_imageui(image2d_t image, sampler_t sampler, float2 coord);
47
48
+#endif
0 commit comments