cogciprocate / ocl

OpenCL for Rust
Other
721 stars 75 forks source link

Issues with cl_h.rs in the cl-sys crate #196

Closed kenba closed 1 year ago

kenba commented 3 years ago

There are a few minor issues in cl_h.rs, they are:

Also, if the 3 structs: cl_image_format, cl_image_desc, and cl_buffer_region were declared #[derive(Debug)] it would make them easier to use.