ocl-core 0.7.0

A low-level OpenCL API.
Documentation
OpenCL interfaces and types.

#### [Documentation]https://docs.rs/ocl-core


[![](http://meritbadge.herokuapp.com/ocl_core)](https://crates.io/crates/ocl_core)
[![](https://docs.rs/ocl-core/badge.svg)](https://docs.rs/ocl-core)

For a higher level OpenCL interface that compiles to virtually the same thing,
see the [ocl](https://github.com/cogciprocate/ocl) crate. The [`trivial.rs`
example](https://github.com/cogciprocate/ocl/blob/master/ocl/examples/trivial.rs)
gives a rough idea of of the equivalence between the two.

If you have need of any unimplemented functionality [please file an
issue](https://github.com/cogciprocate/ocl/issues) and request it.

#### License


Licensed under either of:

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or
   http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or
   http://opensource.org/licenses/MIT)

at your option.

#### Contribution


Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.


<br/>*“OpenCL and the OpenCL logo are trademarks of Apple Inc. used by
permission by Khronos.”* <br/>*“Vulkan and the Vulkan logo are trademarks of
the Khronos Group Inc.”*