[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / libclc / r600 / lib / image / write_imagef.cl
blob4483fcf68dbe6724158d8c810c460fdf6e4c9b58
1 #include <clc/clc.h>
3 _CLC_DECL void __clc_write_imagef_2d(image2d_t image, int2 coord, float4 color);
5 _CLC_OVERLOAD _CLC_DEF void
6 write_imagef(image2d_t image, int2 coord, float4 color)
8 __clc_write_imagef_2d(image, coord, color);