We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe2da7 commit 3f880fbCopy full SHA for 3f880fb
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