maweigert / gputools

GPU accelerated image/volume processing in Python
BSD 3-Clause "New" or "Revised" License
108 stars 20 forks source link

added pragma statement to enable 3d texture #11

Closed VolkerH closed 5 years ago

VolkerH commented 5 years ago

with these changes I can now import gputools without error message. I tried this yesterday, but a whitespace before one of the #pragma statements threw a spanner in the works.

VolkerH commented 5 years ago

sorry, I completely missed your previous comment about the development branch ... otherwise I woulnd't have created this pull request. So with these changes I get to the spimagine logo, but at some other point gputools complains about not finding cl.enqueue_write_buffer. That's an unrelated issue though and I'll first see whether a differnt version of pyopengl will make a difference.

VolkerH commented 5 years ago

Thanks a lot, BTW

maweigert commented 5 years ago

Don't worry - the change was rather tiny and deserved to be in master right away :)