- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a simple kernel that writes to a write only opencl image.
I execute this line in my kernel:
write_imagei(output, pos,(1,2,3,1));
However, when I map the output image, and look at the data, it looks like:
0x01 0x01 0x01 0x01 ......
It seems that all channels are filled with the alpha value.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sorry, my bad. Please ignore this.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page