cogciprocate / ocl

OpenCL for Rust
Other
721 stars 75 forks source link

Fix images example #222

Closed DerFetzer closed 1 year ago

DerFetzer commented 1 year ago

When using int coordinates for read_imagef normalization of coordinates has to be disabled otherwise the behavior is undefined.

c0gent commented 1 year ago

Thanks!