cl3

A Rust implementation of the Khronos OpenCL 3.0 API.

Description

The ffi modules provide unsafe Foreign Function Interfaces for the OpenCL C functions, while types contains all the OpenCL API data types.

Most of the other modules are named after their equivalent OpenCL objects and provide simple, safe functions around the C API functions that return Rust Result types. The exceptions are: