Crate cl_sys

source ·
Expand description

FFI bindings for OpenCL.

For low level API access with Rust’s safety and convenience, use the extremely lightweight functions and types in the ocl-core crate.

See ocl-core for usage examples.

Re-exports

pub extern crate libc;

Structs

Enums

Equivalent to C’s void type when used as a pointer.

Constants

Functions

Type Definitions